EBRP Library Gate Counts
City of Baton Rouge
@usgov.city_of_baton_rouge_ebrp_library_gate_counts
City of Baton Rouge
@usgov.city_of_baton_rouge_ebrp_library_gate_counts
This dataset provides the total number of patrons by month and year who visited all 14 public libraries in East Baton Rouge Parish. The data also includes the recycled read stats for each year and month.
Organization: City of Baton Rouge
Last updated: 2020-11-12T15:00:09.569620
Tags: ebrpl, gate, library, patron, visitor
CREATE TABLE table_1 (
"id" BIGINT,
"year" BIGINT,
"month" VARCHAR,
"main" BIGINT,
"baker" BIGINT,
"bluebonnet" BIGINT,
"carver" BIGINT,
"central" BIGINT,
"delmont_gardens" BIGINT,
"eden_park" BIGINT,
"fairwood" BIGINT,
"greenwell_springs" BIGINT,
"jones_creek" BIGINT,
"pride" BIGINT,
"river_center" BIGINT,
"scotlandville" BIGINT,
"south" DOUBLE,
"zachary" BIGINT,
"gate_count_total" BIGINT,
"recycled_reads" BIGINT
);Anyone who has the link will be able to view this.