Timberland Regional Library Collection By Item Type
State of Washington
@usgov.state_of_washington_timberland_regional_library_collec_a2e19a97
State of Washington
@usgov.state_of_washington_timberland_regional_library_collec_a2e19a97
This dataset reports on physical items in the Timberland Regional Library District, a five-county rural library district serving Thurston, Lewis, Mason, Pacific, and Grays Harbor counties. It includes a count of items by each library location, the item type, count of items, and total lifetime circulation.
Organization: State of Washington
Last updated: 2020-11-10T17:19:58.437282
Tags: circulation, library-collection, library-use, public-library
CREATE TABLE table_1 (
"library" VARCHAR,
"item_type" VARCHAR,
"number_of_items" BIGINT,
"total_lifetime_circulation" BIGINT,
"item_description" VARCHAR,
"item_collection" VARCHAR,
"genre_category" VARCHAR,
"audience_category" VARCHAR,
"special_collection_category" VARCHAR,
"section_category" VARCHAR,
"avg_circulation" BIGINT -- Avg. Circulation
);Anyone who has the link will be able to view this.