NeuralAnalysis / PyalData

Repository for the Python implementation of the TrialData analysis library.
GNU General Public License v3.0
7 stars 9 forks source link

Extend transformation functions to handle multiple columns #78

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

Transforming signals one-by-one was annoying. Now we can do df = center_signal(df, ["M1_rates", "PMd_rates"]) transform_signal and co. work the same way.