diceball
pybaseball
Our great sponsors
diceball | pybaseball | |
---|---|---|
1 | 15 | |
0 | 665 | |
- | - | |
0.6 | 6.0 | |
about 1 year ago | 23 days ago | |
BASIC | Python | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
diceball
-
Feedback wanted on simple dice baseball game
Hi everyone, I wrote a very simple text-based dice baseball game in BASIC. You can see the source here on github.
pybaseball
-
Data for every pitch (velo, location, movement)
pybaseball's statcast function or baseballr has similar methods if you're in R.
-
Play-by-play data for current season (similar to Retrosheet)
I think pybaseball works for this.
-
Would it be possible to get pitch data for every ball a batter gets a hit on?
if you use the pybaseball library in python, it's really easy to pull statcast data. you can use their statcast function to do this.
- Need help with MLB Stats API
-
Data on player ethnicity (research)
Is there a better way to determine player's ethnicity or even a data set? I was looking into the pybaseball package but couldn't find the information.
- New to Coding - Where to Get Raw Data?
- pybaseball - schedule_and_record not working?
-
Drawing pitch/field on Python
See: https://github.com/jldbc/pybaseball/blob/master/docs/plotting.md
-
2021 MLB Spin Rates Decreased Rapidly after Ban and Increased in Postseason
Data from pybaseball which uses MLB Statcast Savant Data.
-
Using MLB Statcast "API"
If you’re using Python, a really great wrapper for the statcast search is pybaseball by James LeDoux.
What are some alternatives?
boxball - Prebuilt Docker images with Retrosheet's complete baseball history data for many analytical frameworks. Includes Postgres, cstore_fdw, MySQL, SQLite, Clickhouse, Drill, Parquet, and CSV.
baseballr - A package written for R focused on baseball analysis. Currently in development.
mara-pipelines - A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
sports.py - A simple Python package to gather live sports scores
baseball-pi - Get the live box score, plays, and batter stats of your favorite MLB team right on your desktop.
strat-o-rama - Generating plausible Strat-O-Matic cards from MLB data
Mimesis - Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages.
MLB-StatsAPI - Python wrapper for MLB Stats API