Hospital Emergency Room Dataset
Hospital Patients and Emergency Room for Dataset
@kaggle.laxdippatel_hospital_emergency_room_dataset
Hospital Patients and Emergency Room for Dataset
@kaggle.laxdippatel_hospital_emergency_room_dataset
Hospital Emergency Room Dataset used to open source dataset which i have create one of project Data Analysis : https://github.com/laxdippatel/Hospital-Emergency-Room-Data-Analysis
CREATE TABLE hospital_er_data (
"patient_id" VARCHAR,
"patient_admission_date" VARCHAR,
"patient_first_inital" VARCHAR,
"patient_last_name" VARCHAR,
"patient_gender" VARCHAR,
"patient_age" BIGINT,
"patient_race" VARCHAR,
"department_referral" VARCHAR,
"patient_admission_flag" BOOLEAN,
"patient_satisfaction_score" DOUBLE,
"patient_waittime" BIGINT,
"patients_cm" BIGINT
);
Anyone who has the link will be able to view this.