Open
Description
It would be nice to load data from pandas versus having to read from a disk file. I normally perform some data manipulation in pandas, and then to use torchtext, have to write the dataframe to disk. Ideally, I could skip the writing to disk.
In this stackoverflow, there's a pretty simple class added to do just this. Would it be possible to merge this contribution into torchtext?