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
Currently the line .fillna(value=np.nan) does not work well for dataframes that contain columns with mixed types, and pd.to_numeric(x, errors='ignore') is subject to deprecation.
We need to update our implementation to something more hands-on, converting the types and filling nan values column-by-column.
Currently the line
.fillna(value=np.nan)
does not work well for dataframes that contain columns with mixed types, andpd.to_numeric(x, errors='ignore')
is subject to deprecation.We need to update our implementation to something more hands-on, converting the types and filling
nan
values column-by-column.pelicun/pelicun/base.py
Line 883 in 89a13ae
The text was updated successfully, but these errors were encountered: