Foot Traffic
Foot-traffic Weekly Dataset for Neighborhoods
Foot-traffic describes the median estimated daily visitors to the location aggregated on a weekly basis with a breakdown on residents, workers and other visitors.
Field name | Type | Description | Example |
---|---|---|---|
location_id | string | The geographical identification of a value in the data set. | 560050007011 |
observation_start_date | string (yyyy-mm-dd) | The start date for the period this observation took place. | 2023-02-05 |
observation_end_date | string (yyyy-mm-dd) | The end date for the period this observation took place. | 2023-02-11 |
visits_sum | int | Estimated sum of unique people per day at the location during the observation period. Includes all people even residents and workers. | 2772 |
visits_p50 | int | Estimated median of unique people per day at the location during the observation period. Includes all people even residents and workers. | 449 |
non_resident_non_worker_visits_sum | int | Estimated sum of daily visitors to the location during the observation period. Excludes residents and workers of the location. | 5591 |
non_resident_non_worker_visits_p50 | int | Estimated median of daily visitors to the location during the observation period. Excludes residents and workers of the location. | 324 |
resident_visits_sum | int | Estimated sum of residents (Home at given location) to the location during the observation period. | 3003 |
resident_visits_p50 | int | Estimated median of daily residents (Home at given location) to the location during the observation period. | 388 |
worker_visits_sum | int | Estimated sum of workers (Work at given location) to the location during the observation period. | 1432 |
worker_visits_p50 | int | Estimated median of daily workers (Work at given location) to the location during the observation period. | 319 |
Foot-traffic Monthly Dataset for Neighborhoods
Foot-traffic describes the median estimated daily visitors to the location aggregated on a monthly basis with a breakdown on residents, workers and other visitors.
Field name | Type | Description | Example |
---|---|---|---|
location_id | string | The geographical identification of a value in the data set. | 560050007011 |
observation_start_date | string (yyyy-mm-dd) | The start date for the period this observation took place. | 2024-01-01 |
observation_end_date | string (yyyy-mm-dd) | The end date for the period this observation took place. | 2024-01-31 |
visits_sum | int | Estimated sum of unique people per day at the location during the observation period. Includes all people even residents and workers. | 2772 |
visits_p50 | int | Estimated median of unique people per day at the location during the observation period. Includes all people even residents and workers. | 449 |
non_resident_non_worker_visits_sum | int | Estimated sum of daily visitors to the location during the observation period. Excludes residents and workers of the location. | 5591 |
non_resident_non_worker_visits_p50 | int | Estimated median of daily visitors to the location during the observation period. Excludes residents and workers of the location. | 324 |
resident_visits_sum | int | Estimated sum of residents (Home at given location) to the location during the observation period. | 3003 |
resident_visits_p50 | int | Estimated median of daily residents (Home at given location) to the location during the observation period. | 388 |
worker_visits_sum | int | Estimated sum of workers (Work at given location) to the location during the observation period. | 1432 |
worker_visits_p50 | int | Estimated median of daily workers (Work at given location) to the location during the observation period. | 319 |