alexenge / hu-neuro-pipeline

Single trial EEG pipeline at the Abdel Rahman Lab for Neurocognitive Psychology, Humboldt-Universität zu Berlin
https://hu-neuro-pipeline.readthedocs.io
MIT License
15 stars 3 forks source link

Fix group level error #116

Closed kirstenstark closed 1 year ago

kirstenstark commented 1 year ago

Added numeric_only=True to mean in evokds_df.groupby(..).mean() which was the default in previous pandas versions

fixes #115