Skip to content

Scripts to analyze and aggregate CSV data exported from the new scouting system.

License

Notifications You must be signed in to change notification settings

FRC1360/scouting-csv-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scouting-csv-analysis

Scripts to analyze and aggregate CSV data exported from the new scouting system.

picklist.py

Usage:

python picklist.py <exported_csv_file_name> <climb_relative_weight> <gears_relative_weight>

Writes CSV to standard output with each row having the following columns:

  • Team number
  • Total climbs
  • Total gears
  • Climbs per match
  • Gears per match
  • Number of matches
  • Weighted score

About

Scripts to analyze and aggregate CSV data exported from the new scouting system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages