Skip to content

Latest commit

 

History

History

Day-17

Day 17 of #100DaysOfCode

Task

  1. Data Visualization on Seaborn (80%)
  2. Linear Algebra (Determinants) (not done)

Resources

Topics I have learnt

  1. Seaborn
  • Line charts
  • Bar charts
  • Heatmaps
  • Scatter plots
  1. Data Analysis project

Software used

  • Jupyter Notebook
  • Python 3.10.2
  • Numpy 1.22.4
  • pandas 1.4.2
  • matplotlib 3.5.2
  • seaborn 0.11.2

My Notebooks

Conclusion:

Today I learned how to plot line charts, bar charts, heatmaps, scatter plots in seaborn. Also completed FCC's Medical Data Visualizer project.