Public Libraries
State of Connecticut
@usgov.state_of_connecticut_public_libraries_b1aaf
State of Connecticut
@usgov.state_of_connecticut_public_libraries_b1aaf
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"library" VARCHAR,
"county" VARCHAR,
"principal_public" VARCHAR,
"aenglc_rank" DOUBLE,
"population_of_service_area" DOUBLE,
"total_library_visits" DOUBLE,
"library_visits_per_capita_served" DOUBLE,
"total_registered_borrowers" DOUBLE,
"percent_of_residents_with_library_cards" DOUBLE,
"registrations_per_capita_served" VARCHAR,
"reference_questions" DOUBLE,
"reference_questions_per_capita_served" DOUBLE,
"total_circulation" DOUBLE,
"circulation_per_capita_served" DOUBLE,
"total_programs_synchronous_prerecorded" DOUBLE,
"total_program_attendance_views" DOUBLE,
"total_program_attendance_views_per_capita_served" DOUBLE,
"use_of_public_internet_computers" DOUBLE,
"total_collection" DOUBLE,
"collection_per_capita_served" DOUBLE,
"total_operating_income" DOUBLE,
"operating_income_per_capita" DOUBLE,
"town_tax_appropriation_for_library" DOUBLE,
"tax_appropriation_per_capita_served" DOUBLE,
"library_materials_expenditures" DOUBLE,
"wages_salaries_expenditures" DOUBLE,
"operating_expenditures" DOUBLE,
"operating_expenditures_per_capita" DOUBLE
);
Anyone who has the link will be able to view this.