Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.86 KB

README500.md

File metadata and controls

42 lines (32 loc) · 1.86 KB

FIDE Chess Ranking Analysis

Goal

The goal of this project is to analyse various chess players around the world.

Dataset

I have Downloaded this dataset from kaggle website. Here is the link: https://www.kaggle.com/datasets/surajjha101/fide-chess-rankings-updated

What Have I Done?

  • Imported all the required libraries and dataset for this project.
  • Exploratory Data Analysis and Visualizing different aspects of the dataset.
  • Finding number of observations and outliers in the dataset.
  • Plotting different attributes of the dataset.

Library used:

  1. numpy.
  2. pandas.
  3. matplotlib.
  4. seaborn.

Visualization and EDA of different attributes:

download download download download download download download

Conclusion:

  • Magnus Carlsen has most rating given by FIDE.
  • Viswanathan Anand has played the maximun number of games in FIDE.
  • Aryan Chopra has played the minimun number of games in FIDE.
  • All of the FIDE player has the title of Grandmaster.
  • Maximun numbers of players from Russia.
  • Viswanathan Anand has most rating given by FIDE from India.

Authors