pyvolleydata is a comprehensive Python package designed for sports analytics. It can be used to access, process, and analyze professional volleyball data.
Currently supports:
- Major League Volleyball (MLV)
- League One Volleyball (LOVB)
- Athlete Unlimited Pro Volleyball (AU)
Install the latest release via pip:
$ pip install pyvolleydataGet started by retrieving the player boxscore data for the 2024 MLV season:
from pyvolleydata.get_data import load_player_boxscore()
# Load the 2024 MLV season player boxscore
player_boxscore = load_player_boxscore("mlv", 2024)
# Preview the data
print(player_boxscore.head())
Contributions are welcome!
- Open an issue on our GitHub Issues page
- Email Me directly at ryandu343@gmail.com
pyvolleydata was created by Ryan Du and David Awosoga. It is licensed under the terms of the MIT license.
pyvolleydata was created with cookiecutter and the py-pkgs-cookiecutter template.
A big thanks to Rebecca Lai for the awesome logo design!