Indian Liver Patient Dataset
Data about Liver Patients in India
@kaggle.jeevannagaraj_indian_liver_patient_dataset
Data about Liver Patients in India
@kaggle.jeevannagaraj_indian_liver_patient_dataset
CREATE TABLE indian_liver_patient_dataset_ilpd (
"age" BIGINT,
"gender" VARCHAR,
"tot_bilirubin" DOUBLE,
"direct_bilirubin" DOUBLE,
"tot_proteins" BIGINT,
"albumin" BIGINT,
"ag_ratio" BIGINT,
"sgpt" DOUBLE,
"sgot" DOUBLE,
"alkphos" DOUBLE,
"is_patient" BIGINT
);
Anyone who has the link will be able to view this.