Data Visualization
Declarative Visualization
★ 4.5
Scientific Graphics Library
★ 4.1
pip install altairpip install pyqtgraphpip install altairpip install pyqtgraphData 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 PyQtGraph to build desktop monitoring tools for data pipeline metrics — displaying real-time throughput charts, latency histograms, and queue depth gauges in a native Python desktop application. Its high-frequency update capability makes it suitable for visualizing streaming pipeline performance data at update rates up to 100Hz.
Individual Tool Pages