Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Exploratory Data Analysis in Python
Rating: 4.4 out of 5(1,301 ratings)
10,026 students

Exploratory Data Analysis in Python

A course about how to approach a dataset for the first time
Created byGianluca Malato
Last updated 10/2021
English

What you'll learn

  • Exploring a dataset for calculating overall statistics
  • Visualize the correlations between the features
  • Visualize the predictive power of the features
  • Create useful insights from a dataset

Course content

5 sections15 lectures1h 50m total length
  • Introduction to the course2:19
  • What is EDA?4:17
  • The dataset0:02
  • Required Python packages0:22
  • Jupyter notebooks9:07

Requirements

  • Python programming language

Description

When we put our hands on a dataset for the first time, we can’t wait to test several models and algorithms. This is wrong because if we don’t know the information before feeding our model, the results will be unreliable and the model itself will surely fail. Moreover, if we don’t select the best features in advance, the training phase becomes slow and the model won’t learn anything useful.

So, the first approach we must have is to take a look at our dataset and visualize the information it contains. In other words, we have to explore it.

That’s the purpose of the Exploratory Data Analysis.

EDA is an important step of data science and machine learning. It helps us explore the information hidden inside a dataset before applying any model or algorithm. It makes heavy use of data visualization, it’s bias-free.

Moreover, it lets us figure out whether our features have predictive power or not, determining if the machine learning project we are working on has chances to be successful. Without EDA, we may give the wrong data to a model without reaching any success.

With this course, the student will learn:

  • How to visualize information that is hidden inside the dataset

  • How to visualize the correlation and the importance of the columns of a dataset

  • Some useful Python libraries

All the lessons are practical and made using Python programming language and Jupyter notebooks. All the notebooks are downloadable.

Who this course is for:

  • Python developers
  • Data scientists