Baselight

LADOT Traffic Counts Summary

From Los Angeles Open Data

@kaggle.cityofla_ladot_traffic_counts_summary

Loading...
Loading...

About this Dataset

LADOT Traffic Counts Summary

Content

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.

Context

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!

  • Update Frequency: This dataset is updated daily.

Acknowledgements

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.

Tables

Ladot Traffic Counts Summary

@kaggle.cityofla_ladot_traffic_counts_summary.ladot_traffic_counts_summary
  • 182.2 KB
  • 5953 rows
  • 12 columns
Loading...

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
);

Share link

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