NeuralAnalysis / PyalData

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

Handle passing dataframe by keyword in copy_td #85

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

So far the code assumed the dataframe would be the first positional argument, but potentially it can be passed as trial_data = df. Now that should work as well.

Fixes #84