Update README.md
Browse files
README.md
CHANGED
@@ -68,11 +68,11 @@ English
|
|
68 |
|
69 |
### Data Fields
|
70 |
|
71 |
-
-
|
72 |
-
- `
|
73 |
-
-
|
74 |
- **`Latitude`[float]:** Latitude coordinate for Global Coordinate System.
|
75 |
-
- **`Longitude
|
76 |
- **`Collision ID`[integer]:** Unique record code generated by system. Primary Key for Collision table.
|
77 |
- **`Crash Time Period`[string]:** Classification of crash times into predefined intervals, such as 0:00-2:59, spanning 8 distinct time periods throughout the day.
|
78 |
- **`Street Name`[string]:** Street on which the collision occurred.
|
|
|
68 |
|
69 |
### Data Fields
|
70 |
|
71 |
+
- **`Crash Date`[Date]:** Occurrence date of collision.
|
72 |
+
- **`Borough`[string]:** Borough where collision occurred.
|
73 |
+
- **`Zip Code`[string]:** Postal code of incident occurrence.
|
74 |
- **`Latitude`[float]:** Latitude coordinate for Global Coordinate System.
|
75 |
+
- **`Longitude`[float]:** Longitude coordinate for Global Coordinate System.
|
76 |
- **`Collision ID`[integer]:** Unique record code generated by system. Primary Key for Collision table.
|
77 |
- **`Crash Time Period`[string]:** Classification of crash times into predefined intervals, such as 0:00-2:59, spanning 8 distinct time periods throughout the day.
|
78 |
- **`Street Name`[string]:** Street on which the collision occurred.
|