This is a step-by-step guide to getting started with data visualization in Python.
Here is the blog post link >>> https://towardsdatascience.com/practical-guide-to-data-visualization-83e375b0037
CONTENT OUTLINE:
- Import Libraries
- Importing and reading the Dataset
- Setting Figure Aesthetics
- Other Customization
- Working with colors
- Problem Statement
- List of Plots covered in the series
- Line Plot
- Scatter Plot
- Count Plot
- Box Plot
- Categorical Plot
- Pair Plots
- Creating Multiple Plots
- Importance of having domain knowledge before commencing a project.
- Conclusion