Baselight

Healthcare Appointment Dataset

Healthcare Appointment No Shows Dataset

@kaggle.wajahat1064_healthcare_appointment_dataset

Loading...
Loading...

About this Dataset

Healthcare Appointment Dataset

Purpose:

This dataset contains data on whether someone would showed up for a medical appointment or not.'

107K rows and 15 columns, 1 target variable: showed_up substantial enough to train a machine learning model

We can use this data to predict whether someone would show up for a medical appointment or not.

Tables

Healthcare Noshows

@kaggle.wajahat1064_healthcare_appointment_dataset.healthcare_noshows
  • 1.89 MB
  • 106,987 rows
  • 15 columns
Loading...
CREATE TABLE healthcare_noshows (
  "patientid" DOUBLE,
  "appointmentid" BIGINT,
  "gender" VARCHAR,
  "scheduledday" TIMESTAMP,
  "appointmentday" TIMESTAMP,
  "age" BIGINT,
  "neighbourhood" VARCHAR,
  "scholarship" BOOLEAN,
  "hipertension" BOOLEAN,
  "diabetes" BOOLEAN,
  "alcoholism" BOOLEAN,
  "handcap" BOOLEAN,
  "sms_received" BOOLEAN,
  "showed_up" BOOLEAN,
  "date_diff" BIGINT
);

Share link

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