psychopy_ext
psychopy_ext copied to clipboard
aggregate() should not have 'rows' and 'cols' in names
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.
Downside: all information gets lost upon manipulating agg (computing the mean etc).