NeuralAnalysis / PyalData

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

Use pandas's missing data features #113

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

Might fix #111

@raeedcho can you check if it works as intended?

raeedcho commented 3 years ago

I think this works for me--no warnings with the dataset that was throwing warnings before, at least.

bagibence commented 3 years ago

Thanks! Then I'll merge this.