No project description provided
Project description
- Report Issues and Bugs
- Check out the Documentation
Installation
With PIP:
pip install pycobb
From source:
git clone https://github.com/ryan-byrne/pycobb
cd pycobb
python install setup.py
Usage
Python
The pycobb Python Package and it's associated functions can be easily imported into an existing Python Project.
import pycobb
df = pycobb.get(pitchers=["Trevor Bauer"], batters=["Javier Baez"], years=[2018,2019])
This pycobb.get() returns a pandas DataFrame with stats on every pitch Trevor Bauer threw to Javier Baez in the 2018 and 2019 seasons.
Command Line Interface (CLI)
pycobb can return that same DataFrame from the command line. The option --print prints the DataFrame to the console:
pycobb get -p Trevor+Bauer -b Javier+Baez -y 2019 --print
Returns:
pitch_type game_date release_speed ... spin_axis delta_home_win_exp delta_run_exp
0 SL 2019-08-09 78.2 ... 80 0.058 -0.514
1 SL 2019-08-09 79.3 ... 81 0.000 -0.084
2 SL 2019-08-09 79.4 ... 87 0.046 -0.382
3 SL 2019-08-09 78.7 ... 81 0.020 -0.319
4 FC 2019-08-09 81.0 ... 68 0.000 -0.091
5 FF 2019-08-09 94.7 ... 202 0.000 0.121
6 FC 2019-08-09 81.7 ... 55 0.000 0.054
7 FC 2019-08-09 82.2 ... 70 0.000 -0.050
8 SL 2019-08-09 78.4 ... 79 0.000 0.037
[9 rows x 92 columns]
Additional Search Parameters
For a full list of search parameters, review the documentation
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
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 pycobb-0.0.1.tar.gz.
File metadata
- Download URL: pycobb-0.0.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41a4c63bb6af6b350b540f753ae91d7b9cda1810106fb905488f375e0ffb23e9
|
|
| MD5 |
faf69d15ae6efb6d27c97f2992924ac8
|
|
| BLAKE2b-256 |
84696dab8c4b6ceaa1522d7707b5cb4f58dafae86fe02364b1a8f84ceeee7789
|
File details
Details for the file pycobb-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pycobb-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f0f91b186236862e97537b3277adf5ac3ca972db9abaa2293353f7851ab299
|
|
| MD5 |
b6f91a8033e58ba2882bc4e306553cda
|
|
| BLAKE2b-256 |
cc6a1766ecad139c79be0699f6a8a84d616abaf58ca9d5c3237e4b44e3e775d7
|