Skip to content

Commit 55021b6

Browse files
authored
Update Map_Dask_API.py
1 parent f71a8f4 commit 55021b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TejToolAPI/Map_Dask_API.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def parallize_annd_process(data, annd = 'annd'):
432432
# print(uni_dates)
433433

434434
# 傳入 ExchangeCalendar 物件
435-
result = vectorized_annd_adjusted(para.exc, uni_dates, False)
435+
result = vectorized_annd_adjusted(para.exc, uni_dates, True)
436436

437437
# Create a mapping dictionary
438438
dict_map = {uni_dates[i]:result[i] for i in range(len(result))}
@@ -727,4 +727,4 @@ def get_fin_data(self, table, ticker, columns, start, end , fin_type, npartition
727727
)
728728

729729
return datasets
730-
730+

0 commit comments

Comments
 (0)