Solid Waste And Recycling Collection Routes
collection schedule of Town Cary
@kaggle.lsind18_solid_waste_and_recycling_collection_routes
collection schedule of Town Cary
@kaggle.lsind18_solid_waste_and_recycling_collection_routes
♻️♻️♻️
The Town of Cary (North Carolina) collects garbage weekly at the curb on the same day as yard waste collection. The Town provides rollout carts for household garbage that should be rolled to the curb each week.
Rows in this dataset represent contiguous geographical areas (polygons) containing addresses on the same route. They do not represent individual addresses on a route or distinct routes. As a result, the numbers you see in the facet/filtering area do not represent any meaningful information.The Town collects recycling every other week on the same day as garbage and yard waste collection.
Data presented here.
SolidWaste, Recycling, YardWaste, Sanitation, Routes, CollectionRoutes, Garbage
CREATE TABLE solid_waste_and_recycling_collection_routes1 (
"objectid" BIGINT,
"day" VARCHAR,
"cycle" VARCHAR,
"sw_pickup" VARCHAR,
"rec_pickup" VARCHAR,
"yw_pickup" VARCHAR,
"sw_route" VARCHAR,
"rec_route" VARCHAR,
"yw_route" VARCHAR,
"recycleschedule" VARCHAR,
"geo_shape" VARCHAR,
"geo_point_x" DOUBLE,
"geo_point_y" DOUBLE,
"collectionday" VARCHAR,
"square_miles" DOUBLE
);Anyone who has the link will be able to view this.