Open
Description
If I have a dataset ds, then the result of ds + ds
is a matrix, not a dataset.
I have followed the example of the groupby function, that calculates anomalies, and we end up with a matrix, not a dataset. This prevents the use of the result again in the gropuby function if we want to calculate the standard deviations in order to get the standardized anomalies. The groupby function needs a dataset and does not work with a matrix.
Metadata
Metadata
Assignees
Labels
No labels