Assignment 7

1. Read in the NYC traffic data into a DataFrame.

2. Verify that the file was read correctly.

3. Use graphs to explore three of the variables and how they related to the target variable (INJURED).

4. Create one new computed variable to measure some factor that you think might be related to the target.

5. Create a graph for that variable and how it relates to the target. Interpret the results.