Day 18 of #100DaysOfCode
- Data Visualization on Seaborn
- Data analysis
- kaggle Data Visualization Course
-
- Chapter 5: Distributions (Histograms & KDE plots) - My Notebook
-
- Chapter 6: Choosing plot types and custom styles - My Notebook
-
- Chapter 7: Final Project - My Notebook
- Box Plots in Seaborn by @akshay_pachaar Tweet, StatQuest with Josh Starmer - Boxplots are Awesome Video and Seaborn boxplot docs
- FreeCodeCamp Data Analysis with Python project 4 Page View Time Series Analyzer
- Seaborn
- Histograms
- KDE plots
- Custom plot styles in Seaborn & Choosing right plot for the situation
- Data Analysis
- Kaggle's Data Visualization course Final project upon Drug Classification
- FreeCodeCamp's Data Analysis with Python project 4
- Jupyter Notebook
- Python 3.10.2
- Numpy 1.22.4
- pandas 1.4.2
- matplotlib 3.5.2
- seaborn 0.11.2
- L5 - Distributions (histograms & KDE).ipynb
- L6 - Choosing plot types and custom styles.ipynb
- L7 - Final project
Today I learned how to plot Histograms, KDE plots and how to choose right plot based upon data and changing seaborn styles. Also did data analysis on FCC's Page View Time Series Visualizer project and some on Drug Classification dataset.