Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
yuvidhepe commited on
Commit
c54857d
·
1 Parent(s): 6214a88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +100 -0
README.md CHANGED
@@ -2,6 +2,106 @@
2
  license:
3
  - cc-by-nc-sa-4.0
4
  kaggle_id: sobhanmoosavi/us-accidents
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Dataset Card for US Accidents (2016 - 2023)
 
2
  license:
3
  - cc-by-nc-sa-4.0
4
  kaggle_id: sobhanmoosavi/us-accidents
5
+ dataset_info:
6
+ features:
7
+ - name: ID
8
+ dtype: string
9
+ - name: Source
10
+ dtype: string
11
+ - name: Severity
12
+ dtype: int64
13
+ - name: Start_Time
14
+ dtype: string
15
+ - name: End_Time
16
+ dtype: string
17
+ - name: Start_Lat
18
+ dtype: float64
19
+ - name: Start_Lng
20
+ dtype: float64
21
+ - name: End_Lat
22
+ dtype: float64
23
+ - name: End_Lng
24
+ dtype: float64
25
+ - name: Distance(mi)
26
+ dtype: float64
27
+ - name: Description
28
+ dtype: string
29
+ - name: Street
30
+ dtype: string
31
+ - name: City
32
+ dtype: string
33
+ - name: County
34
+ dtype: string
35
+ - name: State
36
+ dtype: string
37
+ - name: Zipcode
38
+ dtype: string
39
+ - name: Country
40
+ dtype: string
41
+ - name: Timezone
42
+ dtype: string
43
+ - name: Airport_Code
44
+ dtype: string
45
+ - name: Weather_Timestamp
46
+ dtype: string
47
+ - name: Temperature(F)
48
+ dtype: float64
49
+ - name: Wind_Chill(F)
50
+ dtype: float64
51
+ - name: Humidity(%)
52
+ dtype: float64
53
+ - name: Pressure(in)
54
+ dtype: float64
55
+ - name: Visibility(mi)
56
+ dtype: float64
57
+ - name: Wind_Direction
58
+ dtype: string
59
+ - name: Wind_Speed(mph)
60
+ dtype: float64
61
+ - name: Precipitation(in)
62
+ dtype: float64
63
+ - name: Weather_Condition
64
+ dtype: string
65
+ - name: Amenity
66
+ dtype: bool
67
+ - name: Bump
68
+ dtype: bool
69
+ - name: Crossing
70
+ dtype: bool
71
+ - name: Give_Way
72
+ dtype: bool
73
+ - name: Junction
74
+ dtype: bool
75
+ - name: No_Exit
76
+ dtype: bool
77
+ - name: Railway
78
+ dtype: bool
79
+ - name: Roundabout
80
+ dtype: bool
81
+ - name: Station
82
+ dtype: bool
83
+ - name: Stop
84
+ dtype: bool
85
+ - name: Traffic_Calming
86
+ dtype: bool
87
+ - name: Traffic_Signal
88
+ dtype: bool
89
+ - name: Turning_Loop
90
+ dtype: bool
91
+ - name: Sunrise_Sunset
92
+ dtype: string
93
+ - name: Civil_Twilight
94
+ dtype: string
95
+ - name: Nautical_Twilight
96
+ dtype: string
97
+ - name: Astronomical_Twilight
98
+ dtype: string
99
+ splits:
100
+ - name: train
101
+ num_bytes: 3147354997
102
+ num_examples: 7728394
103
+ download_size: 1088140045
104
+ dataset_size: 3147354997
105
  ---
106
 
107
  # Dataset Card for US Accidents (2016 - 2023)