You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\-\AppData\Local\Programs\Python\Python312\Lib\site-packages\tradelocker\tradelocker_api.py:488: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set pd.set_option('future.no_silent_downcasting', True) df[column] = df[column].fillna(0).astype(column_types[column])
The text was updated successfully, but these errors were encountered:
Irmitya
changed the title
Pandas FutreWarning: TLAPI.get_all_orders()
Pandas FutureWarning: TLAPI.get_all_orders()
Sep 5, 2024
C:\Users\-\AppData\Local\Programs\Python\Python312\Lib\site-packages\tradelocker\tradelocker_api.py:488: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set
pd.set_option('future.no_silent_downcasting', True)df[column] = df[column].fillna(0).astype(column_types[column])
The text was updated successfully, but these errors were encountered: