Skip to content

Python-side aggregation in PX #2649

Closed
Closed
@nicolaskruchten

Description

@nicolaskruchten

Right now Plotly Express hews pretty closely to the concept of "no computation in Python" modulo stuff like sunburst path and scatter trendlines... notably histogram, box and density_heatmap embed the entire dataset into the figure and let the front end handle the aggregation. This is not particularly scalable, and generally means we can't leverage the excellent Python-side tools for big data (e.g. Vaex plotly/plotly_express#139 or RAPIDS).

We should come up with some consistent way of using PX for big-data aggregations. Datashader would be a natural backend for density_heatmap for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions