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

EDA (Exploratory data analysis)

!pip install opendatasets --upgrade --quiet

WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available. You should consider upgrading via the 'c:\users\smr\appdata\local\programs\python\python38-32\python.exe -m pip install --upgrade pip' command.
import opendatasets as od
od.download('stackoverflow-developer-survey-2020')
Using downloaded and verified file: .\stackoverflow-developer-survey-2020\survey_results_public.csv Using downloaded and verified file: .\stackoverflow-developer-survey-2020\survey_results_schema.csv Using downloaded and verified file: .\stackoverflow-developer-survey-2020\README.txt
import pandas as pd