Python Mini Project
medical_data_visualization
@kaggle.jogwums_python_mini_project
medical_data_visualization
@kaggle.jogwums_python_mini_project
CREATE TABLE medical_examination (
"id" BIGINT,
"age" BIGINT,
"gender" BIGINT,
"height" BIGINT,
"weight" DOUBLE,
"ap_hi" BIGINT,
"ap_lo" BIGINT,
"cholesterol" BIGINT,
"gluc" BIGINT,
"smoke" BIGINT,
"alco" BIGINT,
"active" BIGINT,
"cardio" BIGINT
);
Anyone who has the link will be able to view this.