1
2
3
4
5
#

Name:

Description:

Patients with Liver disease have been continuously increasing because of excessive consumption of alcohol, inhale of harmful gases, intake of contaminated food, pickles and drugs. This dataset was used to evaluate prediction algorithms in an effort to reduce burden on doctors.

Variables:

This data set contains 416 liver patient records and 167 non liver patient records collected from North East of Andhra Pradesh, India. The "Dataset" column is a class label used to divide groups into liver patient (liver disease) or not (no disease). This data set contains 441 male patient records and 142 female patient records.

Any patient whose age exceeded 89 is listed as being of age "90".

Columns:

  • Age of the patient

  • Gender of the patient

  • Total Bilirubin

  • Direct Bilirubin

  • Alkaline Phosphotase

  • Alamine Aminotransferase

  • Aspartate Aminotransferase

  • Total Protiens

  • Albumin

  • Albumin and Globulin Ratio

  • Dataset: field used to split the data into two sets (patient with liver disease, or no disease)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Acknowledgments

This dataset was downloaded from the UCI ML Repository:

Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Indian_Liver_Patient_Records_1606_1.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
#PROBLEM-49162

Consult the following dataset of Indian liver patient records. Click here to get the datas...

Question
#PROBLEM-49210

Consult the following dataset of Indian liver patient records. Click here to get the datas...

Question
Showing 1-2 of 2 items.