Learn practical skills, build real-world projects, and advance your career

Data Analysis With Python

I am going to perform analysis of StackOverFlow developer survey 2020 using Python Pandas Library. Visualizations Part would be taken care of by Matplotlib Library. This data is has been chosem from the list of recommended datasets.

I have learnt the fundamentals of Python and its Data Science Library from Course by Jovian.ml

project_name = "StackOverFlow Survey Data Analysis" # change this
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "abhishek-dobliyal/stackoverflow-survey-data-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/abhishek-dobliyal/stackoverflow-survey-data-analysis