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

Project Title - Coursera course data analysis

In this Notebook we will analyze the dataset of Coursera Courses.

The Dataset consist of 6 Columns and 890 Courses details.

We will plot graphs and answer some interesting questions by analyzing the dataset.

Downloading the Dataset

First of all we have to find a dataset on which we'll perform analysis on.
We already have a dataset so we'll be performing our analysis on it. You can find datasets on Kaggle.

Let us save and upload our work to Jovian before continuing.

project_name = "coursera-course-data-analysis" # change this (use lowercase letters and hyphens only)
!pip install jovian --upgrade -q