No project description provided
Project description
pandabet is a Python package that extends pandas with specialized tools for sports betting analytics. It provides custom DataFrame methods and utilities for modeling, analyzing, and simulating sports bets, odds, and outcomes.
Features
- Sports betting-specific DataFrame extensions
- Odds conversion and normalization
- Bet simulation and bankroll management tools
- Integration with pandas workflows
Installation
pip install pandabet
Usage
import pandas as pd
import pandabet
# Example: Calculate implied probabilities from odds
odds = pd.Series([2.0, 3.5, 1.8]) # A pandas Series of decimal odds
implied_probability = odds.implied_probability()
print(implied_probability)
# Output:
# 0 0.500000
# 1 0.285714
# 2 0.555556
# dtype: float64
Documentation
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandabet-0.1.2.tar.gz
(9.8 kB
view details)
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
pandabet-0.1.2-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file pandabet-0.1.2.tar.gz.
File metadata
- Download URL: pandabet-0.1.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54bb7585fcfb5735ddb99b0efdf9bc387cadc280cbe8f5bf84dfd8f9f7d43968
|
|
| MD5 |
aade270cf836e95fae27651edbe3cb94
|
|
| BLAKE2b-256 |
d25f7876e4bb4505cb9d5a227a30502a57e6b049471e293a58184ae563961ad7
|
File details
Details for the file pandabet-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pandabet-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b9370aff553a2af9babed6e98937f76c66a0092b7f5d5fa40e69120e6805fcd
|
|
| MD5 |
a15b0593ef3bf2fe07027126c2c675db
|
|
| BLAKE2b-256 |
d834aed05eccb07e2be009d9d3ee0c164596e0daa5d5f75224e26b852ac1088b
|