US Hospital Locations
Location and general data for 7596 hospitals.
@kaggle.andrewmvd_us_hospital_locations
Location and general data for 7596 hospitals.
@kaggle.andrewmvd_us_hospital_locations
CREATE TABLE us_hospital_locations (
"x" DOUBLE,
"y" DOUBLE,
"fid" BIGINT,
"id" BIGINT,
"name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"zip4" VARCHAR,
"telephone" VARCHAR,
"type" VARCHAR,
"status" VARCHAR,
"population" BIGINT,
"county" VARCHAR,
"countyfips" VARCHAR,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"naics_code" BIGINT,
"naics_desc" VARCHAR,
"source" VARCHAR,
"sourcedate" TIMESTAMP,
"val_method" VARCHAR,
"val_date" TIMESTAMP,
"website" VARCHAR,
"state_id" VARCHAR,
"alt_name" VARCHAR,
"st_fips" BIGINT,
"owner" VARCHAR,
"ttl_staff" BIGINT,
"beds" BIGINT,
"trauma" VARCHAR,
"helipad" VARCHAR
);
Anyone who has the link will be able to view this.