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

Vision #2184

Open xdssio opened 2 years ago

xdssio commented 2 years ago

Implementing lazy read of images and html viewing in Jupiter. Original POC

Screenshot 2022-08-24 at 11 58 40

The new column holds PIL.Image.

Note If the images are not of the same shapes, when converting to numpy and presenting in jupyter cause a could not broadcast input array... error.