Python Mini Project
medical_data_visualization
@kaggle.jogwums_python_mini_project
medical_data_visualization
@kaggle.jogwums_python_mini_project
This dataset contains medical information collected from patients. Use it to Answer the Questions
This Data was sources from Kaggle.com and is also available in Seaborn Datasets and FreecodeCamp.org
Good test of understanding of basic python data cleaning and analysis principles. Includes data visualization tasks.
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.