xx103 commited on
Commit
06ef829
1 Parent(s): 9a59c4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -68,24 +68,24 @@ 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.
79
- -**`Street Type`[string]:** On Street /Cross Street/ Off Street.
80
- -**`Contributing Factors`[string]:** Factors contributing to the collision.
81
- -**`Vehicle Types`[string]:** Type of vehicles involved in collision.
82
- -**`Weather Description`[string]:** The weather conditions when collision occurred.
83
- -**`Number of Injured`[integer]:** Number of people injured in the specified collision incident.
84
- -**`Number of Death`[integer]:** Number of cyclists killed in the specified collision incident.
85
- -**`Precipitation`[float]:** The amount of precipitation that fell or is predicted to fall in millimeters when collision occurred.
86
- -**`Precipitation Type`[string]:** rain, snow, both, or none.
87
- -**`Maximum Temperature`[float]:** the maximum temperature in degree Fahrenheit when collision occurred.
88
- -**`Minimum Temperature`[float]:** the minimum temperature in degree Fahrenheit when collision occurred.
89
 
90
 
91
  ## Dataset Creation
 
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.
79
+ - **`Street Type`[string]:** On Street /Cross Street/ Off Street.
80
+ - **`Contributing Factors`[string]:** Factors contributing to the collision.
81
+ - **`Vehicle Types`[string]:** Type of vehicles involved in collision.
82
+ - **`Weather Description`[string]:** The weather conditions when collision occurred.
83
+ - **`Number of Injured`[integer]:** Number of people injured in the specified collision incident.
84
+ - **`Number of Death`[integer]:** Number of cyclists killed in the specified collision incident.
85
+ - **`Precipitation`[float]:** The amount of precipitation that fell or is predicted to fall in millimeters when collision occurred.
86
+ - **`Precipitation Type`[string]:** rain, snow, both, or none.
87
+ - **`Maximum Temperature`[float]:** the maximum temperature in degree Fahrenheit when collision occurred.
88
+ - **`Minimum Temperature`[float]:** the minimum temperature in degree Fahrenheit when collision occurred.
89
 
90
 
91
  ## Dataset Creation