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

https://github.com/hadson0/chess-live-ratings-data

A study project focused on web scraping the live chess ratings from chess.com, with data analysis and visualization on nearly 5000 players in the classical world ranking.
https://github.com/hadson0/chess-live-ratings-data

beautifulsoup chess data-analysis data-visualization numpy pandas python seaborn web-scraping

Last synced: about 2 months ago
JSON representation

A study project focused on web scraping the live chess ratings from chess.com, with data analysis and visualization on nearly 5000 players in the classical world ranking.

Awesome Lists containing this project

README

          

# Chess Live Ratings Data

This repository is a study project focused on practicing web scraping techniques using BeautifulSoup. The data was scraped from the live ratings page on chess.com, capturing information on nearly 5000 players in the classical world ranking.

## Features

- Data extraction and cleaning using BeautifulSoup and pandas.
- Data analysis performed with pandas, matplotlib, seaborn, and numpy.
- Visualizations and statistical insights into the chess live ratings data.

## Purpose

The main objective of this project is to practice web scraping, data manipulation, and exploratory data analysis in Python.

This project is intended for educational purposes only.