You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data that is being visualized with Vega and Vega-Lite needs to be loaded into a browser. Right now, we serialize this data into text formats (e.g., JSON/CSV) which incurs a large overhead. Thus, for larger datasets, data transfer is often the main bottleneck in Vega. We plan to integrate more efficient binary formats (such as Apache Arrow) into the Vega runtime, to improve transfer in JupyterLab and other data science environments. See vega/vega#1300 for details.
The text was updated successfully, but these errors were encountered:
The data that is being visualized with Vega and Vega-Lite needs to be loaded into a browser. Right now, we serialize this data into text formats (e.g., JSON/CSV) which incurs a large overhead. Thus, for larger datasets, data transfer is often the main bottleneck in Vega. We plan to integrate more efficient binary formats (such as Apache Arrow) into the Vega runtime, to improve transfer in JupyterLab and other data science environments. See vega/vega#1300 for details.
The text was updated successfully, but these errors were encountered: