Data Visualization
Open Source BI Tool
★ 4.6
Statistical Data Visualization
★ 4.7
N/A — web application, deploy via Docker or JARpip install seabornN/A — web application, deploy via Docker or JARpip install seabornPython data engineers use Metabase as the self-serve analytics layer on top of pipeline outputs — connecting Metabase to the warehouse and organizing datasets into collections for business teams. The Metabase API allows Python scripts to programmatically create questions, update dashboards, and embed signed dashboard URLs into internal applications after each pipeline run.
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