Objective:
Merge Person and Crash datasets using collision_id.
- Perform an inner join on collision_id
- Confirm no unexpected duplication of rows
- Verify borough information successfully added to the person-level data
- Print a summary of the merged dataset
- Save the merged dataset as person_merged_2025.csv
Objective:
Merge Person and Crash datasets using collision_id.