Vega Fusion
last updated: Oct 20, 2023
VegaFusion provides serverside scaling for the Vega visualization library. While not limited to Python, an initial application of VegaFusion is the scaling of the Altair Python interface to Vega-Lite.
The VegaFusion mime renderer can be used to overcome the Altair
MaxRowsError
by performing data-intensive aggregations on the server and pruning unused columns from the source dataset. First install thevegafusion
Python package with theembed
extras enabled