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.
- Host: GitHub
- URL: https://github.com/hadson0/chess-live-ratings-data
- Owner: hadson0
- Created: 2024-08-14T22:51:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T18:30:29.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T04:09:31.939Z (9 months ago)
- Topics: beautifulsoup, chess, data-analysis, data-visualization, numpy, pandas, python, seaborn, web-scraping
- Language: Jupyter Notebook
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.