Chicago Public Library Events
City of Chicago
@usgov.city_of_chicago_chicago_public_library_events
City of Chicago
@usgov.city_of_chicago_chicago_public_library_events
CREATE TABLE table_1 (
"title" VARCHAR,
"description" VARCHAR,
"event_types" VARCHAR,
"event_audiences" VARCHAR,
"event_languages" VARCHAR,
"event_page" VARCHAR,
"location_name" VARCHAR,
"location_details" VARCHAR,
"start" VARCHAR,
"end" VARCHAR,
"featured" BOOLEAN,
"cancelled" BOOLEAN,
"recurring" BOOLEAN,
"registration_starts" VARCHAR,
"registration_ends" VARCHAR,
"registration_closed" BOOLEAN,
"registration_status" VARCHAR,
"location_address" VARCHAR,
"location_zip" VARCHAR,
"location" VARCHAR,
"day_of_the_week" VARCHAR,
"event_id" VARCHAR
);
Anyone who has the link will be able to view this.