Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)