Closed aazuspan closed 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.
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.