Analyzing data collected about footwear rom Search and Rescue missions
- Should I remove the domestic / International annotation on the map?
Graphs Used
- color_distribution # TODO
- data_completeness # TODO
- overall_accuracy # TODO
- shoe_size_distribution_by_category # TODO
- shoe_size_distribution_by_type # TODO
I've worked on a few graphs and made sure things are matching the data
- distances_box_gt_1 (simple, not much room for errors)
- events_by_date (simple, not much room for errors)
- events_by_state (simple, not much room for errors)
- report_types (simple, not much room for errors)
- shoe_size_accuracy
- I fixed a small bug, but things are looking good as far as I can tell
- brand_distribution_gte2_horiz
- I realized that nike-found was off by 1. Turns out there was 1 boot and that was getting dropped because nike-boot-1 has a value <= 1. So now, the threshold is if the brand shows up at all more than twice.
- footwear_type_summary
- I validated what I think is the right way to treat the mixed columns. The treatment for each DBnum is as follows:
- No Report: 29, 39
- Shoes: 254, 303, 310, 362, 425
- Boots: 219, 238, 293
- Minimal: 317
- Mixed: 394
- I validated what I think is the right way to treat the mixed columns. The treatment for each DBnum is as follows:
I will go thorugh these graphs later tonight if I have time.
- color_distribution
- data_completeness
- overall_accuracy
- shoe_size_distribution_by_category
- shoe_size_distribution_by_type