i had a quick look at how the from_pandas
method works and you can see here that it鈥檚 calling InMemoryTable.from_pandas
: datasets/arrow_dataset.py at 3fc744abbef13468fa1f42cf4738e5267234549b 路 huggingface/datasets 路 GitHub
interestingly, InMemoryTable
has a from_arrays
method (link) so it might be not be much work to expose this to the Dataset
class - i鈥檇 definitely open up an issue for this as a feature request!