US Tennis Courts
Tennis Courts in the US
@kaggle.thedevastator_us_tennis_courts_capacity_and_amenities
Tennis Courts in the US
@kaggle.thedevastator_us_tennis_courts_capacity_and_amenities
CREATE TABLE tennis_courts (
"index" BIGINT,
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" DOUBLE,
"zip_code" VARCHAR,
"type" BIGINT,
"count" BOOLEAN,
"clay" BOOLEAN,
"wall" BOOLEAN,
"grass" BOOLEAN,
"indoor" BOOLEAN,
"lights" BOOLEAN,
"proshop" DOUBLE,
"latitude" DOUBLE,
"longitude" VARCHAR
);
Anyone who has the link will be able to view this.