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.
Added
from_pandas
toDataset
andDiskBackedDataset
.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.