You will create two interactive visualizations of the Seatbelts time series for this assignment.
Kailey Hoo: Source Code
Before starting my visualizations, I updated the dataset to make it easier to read in and manipulate. First I added back in the month and year with some basic for loops since the data was inaccessible. Then for the charts that I ultimately used, I filtered the dataset for just those columns before writing it out to a csv. Here is the code that I used to do this.