A single notebook explaining all the important data visualization techniques.
- Count Plot (Qualitative)
- Pie Chart (Qualitative)
- Histogram (Quantitative)
- Discrete Plot (Quantitative)
- Scatter Plot
- Heat Map
- Violin Plot
- Box Plot
- Faceting
- Adapted Bar Chart
- Swarm Plot
- Heat Map
- Clustered Bar Chart
- Line Plot OR Adapted Histogram
- Clone or download the repository.
- Open
Visualization.ipynb
in Jupyter Notebook or Jupyter Lab. - Ensure you have the required libraries installed.
- Follow the code examples for each plot, including concepts of feature scaling, handling outliers, data wrangling, and comparison.
Contributions are welcome - open issues or pull requests.