This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Histogram with large data (vaex instead of pandas) #139
Closed
Description
Hi,
great project and it was on my wishlist to try it out with vaex (an out of core dataframe alternative to pandas), which I've done here: vaexio/vaex#383
However, when I try the histogram:
h = px.histogram(df, x='VendorId)'
I notice that plotly asks vaex for that data (150 million rows), and adds the data to the plotly Histogram object. Trying to send that to the browser will fail (it will crash chrome). I was expecting plotly express to do a groupby (which vaex then will handle instead of pandas), and only send the aggregated data. Is this a bug or a feature, and is this likely to change?
Regards,
Maarten
Metadata
Metadata
Assignees
Labels
No labels