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
D:\Program Files (x86)\Python\Lib\site-packages\tushare\pro\data_pro.py:130: FutureWarning: Series.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead.
data['adj_factor'] = data['adj_factor'].fillna(method='bfill')
The text was updated successfully, but these errors were encountered:
D:\Program Files (x86)\Python\Lib\site-packages\tushare\pro\data_pro.py:130: FutureWarning: Series.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead.
data['adj_factor'] = data['adj_factor'].fillna(method='bfill')
The text was updated successfully, but these errors were encountered: