aazuspan / sankee

Visualize classified time series data with interactive Sankey plots in Google Earth Engine
https://sankee.readthedocs.io/en/latest/index.html
MIT License
99 stars 15 forks source link

Subset numeric columns before applying groupby mean #45

Closed aazuspan closed 1 year ago

aazuspan commented 1 year ago

Fixes #42 by subsetting dataframes to numeric columns before applying the groupby mean. Previously we just implictly threw the non-numeric columns away, so this just makes that explicit.