-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aidan Heller edited this page Aug 20, 2018
·
2 revisions
- Getting data
- Import from mobile scouting app Robot-Scouter
- Json
- Excel
- Api?
- Possibly native scouter after everything else works
- Import from mobile scouting app Robot-Scouter
- Scouting data analysis
- Analyzing numbers
- Analyze the same metric of one team over time
- Analyze multiple metrics of one team over time
- Analyze the same metric of multiple teams
- Analyze multiple metrics of multiple teams
- Order from largest to smallest, smallest to largest, not ordered
- Median, mean, max, min, most recent value, and everything like that
- Using tables, bar charts, line charts, area charts, and other charts that make sense for numbers
- ex. Like the number of cubes put in the scale
- Analyzing text values and enum values (treated the same way)
- Analyze different values for the same metric of the same same team (over time)
- Analyze of the same values for different teams
- Pie charts, donuts charts, timelines, numbered charts (for amount of times a value was used)
- ex. Like the scouter's name or weather the team was good, great, or fantastic
- Analyzing boolean values
- ex. Like whether a team won or lost
- Analyzing numbers