This project is done using the dataset available on Kaggle
https://www.kaggle.com/datasets/abcsds/pokemon/code?resource=download
The Project Includes:
- Data Cleaning
- Analysing the relationship between variables.
- Visualising the data
- Deriving the conclusions based on the analysis and visualization.
#Required Python Modules to run the program:
- Numpy
- Pandas
- matplotlib
- seaborn
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