An open API service indexing awesome lists of open source software.

https://github.com/sumitgirwal/pokemon-dataset-data-analysis

This is a simple analysis of Pokemon dataset from Kaggle using Python , NumPy, Pandas, and Matplotlib.
https://github.com/sumitgirwal/pokemon-dataset-data-analysis

dataanalysis kaggledatasets matplotlib numpy pandas-python pokemon-dataset python3

Last synced: 3 months ago
JSON representation

This is a simple analysis of Pokemon dataset from Kaggle using Python , NumPy, Pandas, and Matplotlib.

Awesome Lists containing this project

README

        

# pokemon-dataset-data-analysis

### This is a simple analysis of Pokemon dataset from Kaggle using *Python* , *NumPy*, *Pandas*, and *Matplotlib*.

## In this research analysis, you can demonstrate many tasks such as

* Top 10 higher HP pokemon

![top HP pokemon](https://user-images.githubusercontent.com/64283478/95458871-6fc42c00-0990-11eb-9672-6561ad2dc302.png)

* Top 10 defence pokemon

![higher defence](https://user-images.githubusercontent.com/64283478/95458938-85395600-0990-11eb-9ffa-bfc8606ddb95.png)

* Top 10 flying speed pokemon

![flying speed](https://user-images.githubusercontent.com/64283478/95458980-984c2600-0990-11eb-83d7-f88879951dca.png)

* How many types of pokemon officially exist etc.

![count pokemon type](https://user-images.githubusercontent.com/64283478/95459008-a437e800-0990-11eb-9dba-0266ed21754c.png)