Data Visualization
Interactive Web Visualizations
★ 4.6
Data-Driven Document Visualization
★ 4.7
pip install bokehnpm install d3pip install bokehnpm install d3Data 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.
Python data engineers use D3.js for building custom interactive dashboards that embed in web applications — Python pipeline outputs are served as JSON via a FastAPI endpoint, and the D3.js front end renders them as custom charts. For embedded analytics where Tableau or Superset are too heavy, D3 provides pixel-perfect control over visualization design.
Individual Tool Pages