Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

aggregate() should not have 'rows' and 'cols' in names #4

Open
qbilius opened this issue Sep 22, 2013 · 1 comment
Open

aggregate() should not have 'rows' and 'cols' in names #4

qbilius opened this issue Sep 22, 2013 · 1 comment

Comments

@qbilius
Copy link
Owner

qbilius commented Sep 22, 2013

Currently, stats.aggregate() adds 'subplots.', 'rows.', 'cols', and 'yerr.' to the original names of the aggregates columns in the given DataFrame. Instead of changing these names, it should store this information in variables like agg.rownames, agg.colnames.

@qbilius
Copy link
Owner Author

qbilius commented Sep 22, 2013

Downside: all information gets lost upon manipulating agg (computing the mean etc).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant