jschulberg / DC-Transportation-Crashes

Analysis of transportation-related crashes (car, motorcycle, pedestrian, bike) in the Washington, D.C. area.
0 stars 0 forks source link

Fix Dates #4

Closed jschulberg closed 1 year ago

jschulberg commented 1 year ago

The dates are coming in as 12-digit numbers. I'm not so sure why or exactly how they should be formatted. Still investigating.

Seahawks500 commented 1 year ago

I figured out the issue. All the dates have a +00 appended to the end. I'm going to edit the crashes_in_dc file and resave it.

adampeir commented 1 year ago

I added some code that converts the 12-digit timestamp encoding to datetime