Public Restrooms
City of New York
@usgov.city_of_new_york_public_restrooms
City of New York
@usgov.city_of_new_york_public_restrooms
This dataset contains information about the public restrooms in New York City. Each row contains as much of the following information as is currently available: the name of the restroom, location information (including geographic coordinates), the location type, operator, any seasonality, hours of operation, ADA accessibility level for facility, the number and gender designation of the stalls, changing stations availability in each restroom, and any specific notes regarding access or location.
Note: Public restroom availability is subject to change due to maintenance needs, construction, or other factors. This dataset may not reflect real time conditions.
Organization: City of New York
Last updated: 2024-06-08T08:50:59.546396
Tags: public-restrooms
CREATE TABLE table_1 (
"facility_name" VARCHAR,
"location_type" VARCHAR,
"operator" VARCHAR,
"status" VARCHAR,
"open" VARCHAR,
"hours_of_operation" VARCHAR,
"accessibility" VARCHAR,
"restroom_type" VARCHAR,
"changing_stations" VARCHAR,
"additional_notes" VARCHAR,
"website" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.