Data Visualization
Declarative Visualization
★ 4.5
Data-Driven Document Visualization
★ 4.7
pip install altairnpm install d3pip install altairnpm install d3Data 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.
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