NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

Remove pandas dependence #19

Closed thoppe closed 7 years ago

thoppe commented 7 years ago

There is no compelling reason to require pandas in the library, it was mostly used as a convenience function. Remove it and replace it with CSV functions. This will also speed up testing as pandas is a huge library to install.