From 761595a23b6eeefd5b2459d1509cc4a81b5f5447 Mon Sep 17 00:00:00 2001 From: Andy Geach Date: Mon, 18 Nov 2024 11:56:27 +0000 Subject: [PATCH] TODO --- syscore/pandas/frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscore/pandas/frequency.py b/syscore/pandas/frequency.py index 700f53b426..16c103581a 100644 --- a/syscore/pandas/frequency.py +++ b/syscore/pandas/frequency.py @@ -112,7 +112,7 @@ def merge_data_with_different_freq( dtype: int64 """ - list_as_concat_pd = pd.concat(list_of_data, axis=0) + list_as_concat_pd = pd.concat(list_of_data, axis=0) # TODO 1463 sorted_pd = list_as_concat_pd.sort_index() unique_pd = uniquets(sorted_pd)