Urinalysis Test Results
Urinalysi test results of a local clinic in the Philippines
@kaggle.avarice02_urinalysis_test_results
Urinalysi test results of a local clinic in the Philippines
@kaggle.avarice02_urinalysis_test_results
This dataset was collected from a local clinic in Northern Mindanao, Philippines, and is from April of 2020 to January of 2023. If you are going to use this dataset for further analysis or related research, please cite our work. I would greatly appreciate it.
This dataset was collected for the fulfilment of the researchers capstone entitled: Optimizing UTI Diagnosis with Machine Learning and Artificial Neural Network for Reducing Misdiagnoses by Agdeppa et al. (2023). If you wish to acquire the research paper, please message me on my LinkedIn Account: https://tinyurl.com/54nnt2ea
I would like to thank Jan Laurence Virtudez for helping and assisting the researchers gather the data from the local clinic. Moreover, I would also like to thank the University of Science and Technology of Southern Philippines, Cagayan de Oro (USTP - CDO) (Ms. Angelie P. Sabanal and Mr. Romen Samuel Wabina, MSc) for the help they provided.
CREATE TABLE urinalysis_tests (
"unnamed_0" BIGINT -- Unnamed: 0,
"age" DOUBLE,
"gender" VARCHAR,
"color" VARCHAR,
"transparency" VARCHAR,
"glucose" VARCHAR,
"protein" VARCHAR,
"ph" DOUBLE,
"specific_gravity" DOUBLE,
"wbc" VARCHAR,
"rbc" VARCHAR,
"epithelial_cells" VARCHAR,
"mucous_threads" VARCHAR,
"amorphous_urates" VARCHAR,
"bacteria" VARCHAR,
"diagnosis" VARCHAR
);
Anyone who has the link will be able to view this.