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

EDA on 120 Years of olympic data :

  • A case study of olympic data from Athens 1896 to Rio 2016 (120 years).

  • This dataset is taken from kraggle, which contain basic data on athletes and madels respactively.It can be found here.

  • We'll analyse this data to discover various insights using common data analysis tools such as numpy,pandas,matplotlib,seaborn etc.

  • This case study is done in collaboration with JovianML , A Plateform for data-science prjects.
    Special thanks to FreeCodeCamp and Stack-overflow for great learning base.

As a first step, let's upload our Jupyter notebook to JovianML .
  • This will be our starter notebook for any unexpected rollback :
project_name = 'A case study of olympic data '
!pip install jovian --upgrade -q
/usr/bin/sh: 1: pip: not found