htrc / htrc-feature-reader

Tools for working with HTRC Feature Extraction files
37 stars 12 forks source link

FutureWarning in feature_reader.py #49

Open cskemp opened 10 months ago

cskemp commented 10 months ago

I'm seeing a FutureWarning triggered by line 107 of feature_reader.py:

.../lib/python3.11/site-packages/htrc_features/feature_reader.py:107: 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.

Reporting this in case it becomes an error rather than a warning at some stage.