Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jliberma/data_processing
Scripts to process rugby7s performance statistics
https://github.com/jliberma/data_processing
Last synced: 20 days ago
JSON representation
Scripts to process rugby7s performance statistics
- Host: GitHub
- URL: https://github.com/jliberma/data_processing
- Owner: jliberma
- Created: 2015-07-20T03:01:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T02:19:19.000Z (about 8 years ago)
- Last Synced: 2024-11-20T00:05:39.089Z (3 months ago)
- Language: Python
- Homepage: http://www.starting7s.com
- Size: 820 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data processing
Scripts to extract interesting data from IRB PDF match reports
and save it to CSV.* [match_penalty.py](scripts/match_penalty.py) converts IRB penalty match report PDFs to csv format
* [match_score.py](scripts/match_score.py) converts IRB scoring match report PDFs to csv format
* [match_poss.py](scripts/match_poss.py) converts IRB time of possession match report PDFs to csv format
* [get_scores.sh](scripts/get_score.sh) executes match_score.py and concatenates results
* [get_penalties.sh](scripts/get_penalties.sh) executes match_penalty.py and concatenates results
* [get_possession.sh](scripts/get_possession.sh) executes match_poss.py and concatenates results
* [pandashells.examples.sh](scripts/pandashells.examples.sh) examples of data manipulation with [pandashells](https://github.com/robdmc/pandashells)Results from 2014-2015 World Sevens Series:
* [full_pen.csv](data/full_pen.csv)
* [full_poss.csv](data/full_poss.csv)
* [full_score.csv](data/full_score.csv)