Skip to content

Instantly share code, notes, and snippets.

@manurueda
Last active October 13, 2022 17:45
Show Gist options
  • Save manurueda/2cbf78dcf2fd831d9742e9649a015bc2 to your computer and use it in GitHub Desktop.
Save manurueda/2cbf78dcf2fd831d9742e9649a015bc2 to your computer and use it in GitHub Desktop.
CIRCLES DATA SCIENCE CHALLENGE
STARBUCKS LOCATIONS DATA SET -> https://www.kaggle.com/datasets/starbucks/store-locations
DENVER NEIGHBOURHOODS DATA SET -> https://denvergov.org/opendata
DEMOGRAPHICS DATA SET -> https://www.census.gov/
Some help...
Please find first this relevant data:
1) Starbucks locations in Denver, Colorado
"StoreNumber" - Store Number as assigned by Starbucks
"Name" - Name identifier for the store
"PhoneNumber" - Phone number for the store
"Street 1, 2, and 3" - Address for the store
"PostalCode" - Zip code of the store
"Longitude, Latitude" - Coordinates of the store
2) Denvers Neighborhoods' geographical information
"NBHD_ID" - Neighborhood ID (matches the census information)
"NBHD_NAME" - Name of the statistical neighborhood
"Geometry" - Polygon that defines the neighborhood
3) Demographic information
"NBHD_ID" - Neighborhood ID (matches the geographical information)
"NBHD_NAME' - Nieghborhood name
"POPULATION_2010' - Population in 2010
"AGE_ " - Number of people in each age bracket (< 18, 18-34, 35-65, and > 65)
"NUM_HOUSEHOLDS" - Number of households in the neighborhood
"FAMILIES" - Number of families in the neighborhood
"NUM_HHLD_100K+" - Number of households with income above 100 thousand USD per year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment