Baselight

Hospital Emergency Room Dataset

Hospital Patients and Emergency Room for Dataset

@kaggle.laxdippatel_hospital_emergency_room_dataset

Loading...
Loading...

About this Dataset

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

Tables

Hospital Er Data

@kaggle.laxdippatel_hospital_emergency_room_dataset.hospital_er_data
  • 314.28 kB
  • 9,216 rows
  • 12 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.