Data Visualization
Declarative Visualization
★ 4.5
Interactive Web Visualizations
★ 4.6
pip install altairpip install bokehpip install altairpip install bokehData engineers use Altair for rapid exploratory visualization in Jupyter notebooks. Its declarative grammar lets you add interactivity — tooltips, selections, linked charts — with just a few extra lines, making it easy to build exploratory dashboards from pipeline outputs without leaving the Python environment.
Data engineers use Bokeh to build interactive monitoring dashboards for pipeline metrics and data quality KPIs. A Bokeh Server app connects directly to a database, refreshes charts on a timer, and serves a browser-based dashboard — giving stakeholders a live view of pipeline health without requiring a separate BI tool.
Individual Tool Pages