xx103 commited on
Commit
10811d0
1 Parent(s): 9a3b848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -68,11 +68,11 @@ English
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.
 
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.