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
Current version of data_loader function raises the following warning:
FutureWarning: DataFrame.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead.
df[fill_cols] = df[fill_cols].fillna(axis=0, method='ffill')
The text was updated successfully, but these errors were encountered:
Current version of data_loader function raises the following warning:
FutureWarning: DataFrame.fillna with 'method' is deprecated and will raise in a future version. Use obj.ffill() or obj.bfill() instead.
df[fill_cols] = df[fill_cols].fillna(axis=0, method='ffill')
The text was updated successfully, but these errors were encountered: