Skip to content

Commit

Permalink
REV: fix type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
韓政均 committed Sep 24, 2024
1 parent 21e208f commit fd7bbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TejToolAPI/Map_Dask_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def _get_data(table, tickers, columns, start, end):
# Fix the order of columns
data_sets = data_sets[alt_dfs.columns]

data_sets = data_sets.compute(meta = Meta_Types.all_meta)

return data_sets

Expand Down

0 comments on commit fd7bbae

Please sign in to comment.