Skip to content

ash-005/POKEMON-EXPLANATORY-DATA-ANALYSIS-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Explanatory Data Analysis

This project is done using the dataset available on Kaggle

https://www.kaggle.com/datasets/abcsds/pokemon/code?resource=download

The Project Includes:

  1. Data Cleaning
  2. Analysing the relationship between variables.
  3. Visualising the data
  4. Deriving the conclusions based on the analysis and visualization.

#Required Python Modules to run the program:

  1. Numpy
  2. Pandas
  3. matplotlib
  4. seaborn

Installing Python libraries using pip

Check pip version: MacOS: python3 -m pip --version

Windows: py -m pip --version

TO INSTALL THE PACKAGES :

pip install package_name

pip install numpy pip install pandas pip install seaborn pip install matplotlib

About

Pokemon Exploratory Data Analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published