Libraries - 2024 Circulation By Location
City of Chicago
@usgov.city_of_chicago_libraries_2024_circulation_by_location
City of Chicago
@usgov.city_of_chicago_libraries_2024_circulation_by_location
CREATE TABLE table_1 (
"branch" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"zip" DOUBLE,
"january" BIGINT,
"february" BIGINT,
"march" BIGINT,
"april" BIGINT,
"may" BIGINT,
"june" BIGINT,
"july" BIGINT,
"august" BIGINT,
"september" BIGINT,
"october" BIGINT,
"november" BIGINT,
"december" BIGINT,
"ytd" BIGINT,
"location" VARCHAR
);
Anyone who has the link will be able to view this.