vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.25k stars 590 forks source link

[BUG-REPORT] `vaex.arrow.dataset.DatasetArrow` doesn't exist #2174

Closed karotchykau closed 1 year ago

karotchykau commented 2 years ago

Description vaex.from_arrow_dataset has the following lines

import vaex.arrow.dataset
return from_dataset(vaex.arrow.dataset.DatasetArrow(arrow_dataset))

However, there is no DatasetArrow in vaex.arrow.dataset. Looks like an old piece to me.

Software information

Additional information No additional information to add.

maartenbreddels commented 2 years ago

Thanks, https://github.com/vaexio/vaex/pull/2195 should fix this!