LADOT Traffic Counts Summary
From Los Angeles Open Data
@kaggle.cityofla_ladot_traffic_counts_summary
From Los Angeles Open Data
@kaggle.cityofla_ladot_traffic_counts_summary
LADOT automated and manual traffic count summary data for intersections throughout Los Angeles. Manual counts ("MAN" under the "Type" column) are generally 6-hr counts which have been expanded using a conversion factor.
This is a dataset hosted by the city of Los Angeles. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore Los Angeles's Data using Kaggle and all of the data sources available through the city of Los Angeles organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Frankie Guarini on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE ladot_traffic_counts_summary (
"primary_street" VARCHAR,
"dir" VARCHAR,
"cross_street" VARCHAR,
"type" VARCHAR,
"dist" VARCHAR,
"count_date" VARCHAR,
"day" VARCHAR,
"w_b" DOUBLE,
"e_b" DOUBLE,
"n_b" DOUBLE,
"s_b" DOUBLE,
"total" DOUBLE
);Anyone who has the link will be able to view this.