psychopy_ext icon indicating copy to clipboard operation
psychopy_ext copied to clipboard

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

Open qbilius opened this issue 11 years ago • 1 comments

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 avatar Sep 22 '13 11:09 qbilius

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

qbilius avatar Sep 22 '13 12:09 qbilius