Skip to content

A script to process down the large amount of scouting data collected from a regional competition by FRC team 1787 into a managable spreadsheet

Notifications You must be signed in to change notification settings

jjmarchewitz/process-scouting-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Process-Scouting-Data

Installation Instructions:

1.) Install Python 3 (https://www.python.org/downloads/)
2.) Clone this repository with HTTPS (not SSH or Git CLI)
3.) Install dependent libraries
    a.) On Windows, use "python -m pip install -r requirements.txt" while your cmd is located in the repository folder
    b.) On macOS/Linux, use "python3 -m pip install -r requirements.txt"\

Usage Instructions:

1.) Download scouting data as .CSV
2.) Place the .CSV into the repository folder, and rename it "input.csv"
3.) Run the python script
    a.) On Windows, "python process_data.py" while your cmd is located in the repository folder
    b.) On macOS/Linux, use "python3 process_data.py"
4.) Open "output_data.xlsx" in Excel

About

A script to process down the large amount of scouting data collected from a regional competition by FRC team 1787 into a managable spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages