Baselight

Hospital Antibiotics Usage

Study of antibiotics usage in a hospital in Myanmar

@kaggle.minsithu_hospital_antibiotics_usage

Hopsital Dataset
@kaggle.minsithu_hospital_antibiotics_usage.hopsital_dataset

  • 24.48 KB
  • 833 rows
  • 10 columns
age

Age

date_of_data_entry

Date Of Data Entry

gender

Gender

diagnosis

Diagnosis

name_of_drug

Name Of Drug

dosage_gram

Dosage (gram)

route

Route

frequency

Frequency

duration_days

Duration (days)

indication

Indication

8519/12/2019 14:41:49Femaleccf, hypertension, ida, ckd(stage 5), ?icm,ceftriaxone1IVBD7icm
8719/12/2019 16:35:25Femalepad(lt u.l), be amputation,/post op, aktceftriaxone1IVBD1post op
8219/12/2019 15:48:49Maletype-2dm, ihd, col, copd, htofloxacin0.4IVBD3abd distension with leg swelling
8219/12/2019 15:50:33Maletype-2 dm, ihd, col, copd, htcefipime1IVBD5abd distension with leg swelling
8219/12/2019 15:52:20Maletype-2 dm, ihd, col, copd, htazithromycin0.5OralOD3abd distension with leg swelling
8219/12/2019 15:53:30Maletype-2 dm, ihd, col, copd, htceftazidime1IVTDS3abd distension with leg swelling
5519/12/2019 16:00:41Femaleabd tbceftriaxone1IVBD3abd tb
5519/12/2019 16:02:32Femaleabd tbseptrin0.96OralOD1abd tb
5719/12/2019 16:28:56Maleabscess on chin, uncontrolled type 2 dm, koch's lungco-amoxiclav1.2IVTDS4abscess on chin
5719/12/2019 16:31:43Maleabscess on chin, uncontrolled type 2 dm, koch's lungclindamycin0.2OralTDS7abscess on chin

CREATE TABLE hopsital_dataset (
  "age" VARCHAR,
  "date_of_data_entry" VARCHAR,
  "gender" VARCHAR,
  "diagnosis" VARCHAR,
  "name_of_drug" VARCHAR,
  "dosage_gram" VARCHAR,
  "route" VARCHAR,
  "frequency" VARCHAR,
  "duration_days" VARCHAR,
  "indication" VARCHAR
);

Share link

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