HesitantlyHuman / hatespace

Novel Archetypal Analysis NLP on hateful text corpora.
4 stars 1 forks source link

The dataset has an unecessary pandas dependancy #7

Closed HesitantlyHuman closed 2 years ago

HesitantlyHuman commented 2 years ago

When the dataset reads the csv files, it uses pandas to do so. However, this functionality could easily be achieved with the standard library csv module.

HesitantlyHuman commented 2 years ago

Fixed