NeuralAnalysis / PyalData

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

Revert "Use pandas's missing data features" #115

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

Reverts mattperich/PyalData#113

Reverting as it introduced problems with simple querying like select_trials(df, "whatever_field != 20.") if whatever_field has the pd.NA values.