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
CREATE TABLE urinalysis_tests (
"unnamed_0" BIGINT,
"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.