Data Visualization
Scientific Graphics Library
★ 4.1
Statistical Data Visualization
★ 4.7
pip install pyqtgraphpip install seabornpip install pyqtgraphpip install seabornPython 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.
Python data engineers use Seaborn to quickly visualize relationships in pipeline data during EDA. A single `sns.heatmap(df.corr())` or `sns.pairplot(df)` call reveals correlation structure and feature distributions that guide transformation decisions — making Seaborn the standard for exploratory data analysis in Jupyter notebooks.
Individual Tool Pages