MTG / DCASE-models

Python library for rapid prototyping of environmental sound analysis systems
MIT License
42 stars 5 forks source link

Stop using pandas #18

Open pzinemanas opened 3 years ago

pzinemanas commented 3 years ago

We are using read_csv from pandas in some of the datasets. We should implement our own function to read csv files in order to avoid installing pandas.