neuropsychology / NeuroKit.py

A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
http://neurokit.rtfd.io
MIT License
365 stars 102 forks source link

suggestion for pandas version #48

Closed vcuculo closed 6 years ago

vcuculo commented 6 years ago

It seems that in the code you refer to the method DataFrame.rolling() inserted since pandas version >=0.18.0. To avoid errors as :

AttributeError: 'DataFrame' object has no attribute 'rolling'

it would be good to insert the minimum pandas version in setup.py or requirements.txt

DominiqueMakowski commented 6 years ago

Thanks for the suggestion @vcuculo, the fix has been added in the next version. Let us know if you find any more bugs 😄