Skip to content

Akpozi/Exploratory-Data-Analysis-EDA-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Exploratory-Data-Analysis-EDA-using-Python

Exploratory Data Analysis (EDA) using Python — E-sports Earnings 1998 to 2021

Exploratory Data Analysis (EDA) helps in the understanding of data. It is an important "Analyst and Scientist" routine, which gives you the vision of all your data. It´s special because it will allow you to define the data you should mantain in the dataset and the ones you should discard.

Pandas Library, that is essential tool for any analysis will be used for the EDA with the following steps below:

Steps:

  • Import Libraries
  • Know your dataset
  • Data Cleaning
  • Data Visualization
  • Ask Questions to your dataset
  • Brainstorming
  • Making imformed decisions

Importing Library’s

For EDA we will use the following python libraries:

  • pandas: for Data manipulation
  • seaborn: for Data visuzlization
  • matplotlib.pyplot: for Data visuzlization

About

Exploratory Data Analysis (EDA) using Python — E-sports Earnings 1998 to 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors