Data Visualization
Data-Driven Document Visualization
★ 4.7
Interactive Visualization Library
★ 4.8
npm install d3pip install plotlynpm install d3pip install plotlyPython 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.
Python data engineers use Plotly to build interactive charts for pipeline monitoring dashboards, data quality reports, and stakeholder-facing analytics. Plotly Express integrates directly with Pandas DataFrames, making it straightforward to visualise query results, model outputs, and trend data. The Dash framework extends Plotly into full web applications with dropdowns, sliders, and callbacks — enabling data teams to build internal tools without a separate frontend.
Individual Tool Pages