US Hospitals
A list of all hospitals in the United States that filed a Medicare Report
@kaggle.sirsheep_us_hospitals
A list of all hospitals in the United States that filed a Medicare Report
@kaggle.sirsheep_us_hospitals
CREATE TABLE ushospitals (
"n__id" VARCHAR,
"hospitalname" VARCHAR,
"city" VARCHAR,
"staffedbeds" BIGINT,
"totaldischarges" BIGINT,
"patientdays" BIGINT,
"grosspateientrevenue" BIGINT,
"state" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"place_id" VARCHAR,
"address" VARCHAR,
"phonenumber" VARCHAR,
"website" VARCHAR,
"hoursintext" VARCHAR,
"mondayhours" VARCHAR,
"tuesdayhours" VARCHAR,
"wednesdayhours" VARCHAR,
"thursdayhours" VARCHAR,
"fridayhours" VARCHAR,
"saturdayhours" VARCHAR,
"sundayhours" VARCHAR
);
Anyone who has the link will be able to view this.