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
Running modis_snow_and_ice in Binder gives the following warning when you run dataset.sankify:
/srv/conda/envs/notebook/lib/python3.8/site-packages/sankee/plotting.py:153: FutureWarning:
The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
/srv/conda/envs/notebook/lib/python3.8/site-packages/sankee/plotting.py:159: FutureWarning:
The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
This happens within SankeyPlot.get_sorted_classes. I'm guessing I intentionally dropped some non-numeric columns that weren't needed, but I'll need to clean that up.
The text was updated successfully, but these errors were encountered:
Running
modis_snow_and_ice
in Binder gives the following warning when you rundataset.sankify
:This happens within
SankeyPlot.get_sorted_classes
. I'm guessing I intentionally dropped some non-numeric columns that weren't needed, but I'll need to clean that up.The text was updated successfully, but these errors were encountered: