Skip to content

This repo contains a collection of snooker datasets (and corresponding source code) in database form.

License

Notifications You must be signed in to change notification settings

obrienjoey/snookerdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snookerdb

The snookerdb repository contains a collection of python scripts which are used to collect a large collection of data describing the history (1907-) of the sport of snooker stored at Cuetracker. The data is stored in both a SQL database and a collection of separate Parquet files.

Datasets

The scripts collect three separate datasets

  • players - list of all players to have had their snooker matches recorded on the website

  • tournaments - describes all tournaments that were played since 1907.

  • matches - describes the matches which were played, namely the competitors and the score.

Data storage

The data is stored in a SQL database found in Database\snookerdb.db. For more convenient access the same data is also store in Parquet files in the Parquet folder.

Automation

Each night the website is also automatically checked to see if any new matches have been played that day. If so, the database is updated.

About

This repo contains a collection of snooker datasets (and corresponding source code) in database form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages