TakeLab / podium

Podium: a framework agnostic Python NLP library for data loading and preprocessing
http://takelab.fer.hr/podium
BSD 3-Clause "New" or "Revised" License
60 stars 2 forks source link

Pandas integration #302

Closed ivansmokovic closed 3 years ago

ivansmokovic commented 3 years ago

Added from_pandas to Dataset and DiskBackedDataset.

I have added some utility pandas code in a new module called pandas_util, which isn't (and shouldn't) be present in the __init__.py. I am open to suggestions for a better place for this shared code.