sportsdatasets
The sportsdatasets package provides a curated collection of sports-related datasets from around the world, designed for data analysis, sports analytics, and education in Python.
It includes extensive data on football player statistics, international tournament rosters, and volleyball player performance, sourced from competitions and leagues such as the UEFA EURO 2024 and official FIVB events.
Installation
You can install the sportsdatasets package from PyPI:
pip install sportsdatasets
Usage
import sportsdatasets as spd
# List all available datasets
datasets = spd.list_datasets()
print(datasets)
# Load a specific dataset
df = spd.load_dataset('football_players')
print(df.head())
📊 Some Available Datasets
Sports-Related Datasets
| Dataset | Description |
|---|---|
football_players |
Statistics for around 3,000 football players, including age, overall rating, potential, and team details |
euro2024_players |
Statistics for all players in the UEFA EURO 2024 squads, including position, age, club, and height |
volleyball_players |
Statistics for FIVB women's volleyball players who participated in official FIVB competitions |
The sportsdatasets library is released under the MIT License, allowing free use for both commercial and non-commercial purposes.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sportsdatasets-0.1.0.tar.gz.
File metadata
- Download URL: sportsdatasets-0.1.0.tar.gz
- Upload date:
- Size: 339.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab2f97bbca2288c5d650f98ab200953f24c5849491e2a0070d45e5566f0bdd10
|
|
| MD5 |
06284aa04e9a09acdcc620af5c62a843
|
|
| BLAKE2b-256 |
e3a8ee20da6d149893df80be4e51eb9d088df549c917bc41ec065572e66ff0ac
|
File details
Details for the file sportsdatasets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sportsdatasets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 336.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a82f2ddcc0d562e805194f638486cc7f660b84a984387739ebde41eb9e979d9c
|
|
| MD5 |
6ed7e9913267995dce6822d9b79a714b
|
|
| BLAKE2b-256 |
4585ae948bb87780d120ebc0449ecb37257a0a650d0d6a5c14b953204ff5ce04
|