Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 833 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 833 Bytes

Pokemon_project

Simple pokemon data based analysis.

The tree structure of this project is given as follows:

Pokemon_project
  ├── data
  │    ├── combats.csv
  │    ├── pokemon.csv
  │    └── tests.csv
  ├── pokemon_data_analysis   
  └── Visualization

Data description

This dataset is from Pokemon- Weedle's Cave of Kaggle.

  • combats.csv
  • pokemon.csv
  • tests.csv
  • Note that:
    • pokemon.csv is the dataset of pokedex.
    • combats.csv is the dataset including battle records of the pokemons.
    • tests.csv is not used for our analysis.

Install

  • Python 3.7
  • Numpy
  • Matplotlib
  • Seaborn
  • Pandas
  • Plotly
  • Chart_studio
  • Squarify

Contact