Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Nov 18, 2024
1 parent 59568af commit 761595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syscore/pandas/frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 761595a

Please sign in to comment.