Grocery Stores - 2011
City of Chicago
@usgov.city_of_chicago_grocery_stores_2011
City of Chicago
@usgov.city_of_chicago_grocery_stores_2011
Contains a list of grocery stores which was used by the city to calculate the estimates of Chicagoans living in food deserts in 2011. Data in this file can be cross-referenced with the city's business license data (http://bit.ly/sMFZdN).
Organization: City of Chicago
Last updated: 2020-11-10T16:54:24.102660
Tags: food, food-desert
CREATE TABLE table_1 (
"store_name" VARCHAR,
"license_id" BIGINT,
"account_number" BIGINT,
"square_feet" BIGINT,
"buffer_size" VARCHAR,
"address" VARCHAR,
"zip_code" BIGINT,
"community_area_name" VARCHAR,
"community_area" BIGINT,
"ward" BIGINT,
"census_tract" BIGINT,
"census_block" DOUBLE,
"x_coordinate" DOUBLE,
"y_coordinate" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.