Baselight

NYC Traffic Accidents

Navigating the Chaos: Understanding the Dynamics of NYC Traffic Accidents

@kaggle.amanaayush_nyc_traffic_accidents

Nyc Collisions Data Dictionary
@kaggle.amanaayush_nyc_traffic_accidents.nyc_collisions_data_dictionary

  • 2.88 KB
  • 18 rows
  • 2 columns
field

Field

description

Description

Collision IDUnique record code generated by system
DateOccurrence date of collision
TimeOccurrence time of collision
BoroughBorough where collision occurred
Street NameStreet on which the collision occurred
Cross StreetNearest cross street to the collision
LatitudeLatitude coordinate for Global Coordinate System WGS 1984 decimal degrees (EPSG 4326)
LongitudeLongitude coordinate for Global Coordinate System WGS 1984 decimal degrees (EPSG 4326)
Contributing FactorFactors contributing to the collision for designated vehicle
Vehicle TypeType of vehicle

CREATE TABLE nyc_collisions_data_dictionary (
  "field" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.