GithubHelp home page GithubHelp logo

suresh-pokharel / diabetes-data-visualization Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 154 KB

Visualization of diabetes data using Box plot, histogram etc. Includes data normalization and handling missing data.

Jupyter Notebook 100.00%

diabetes-data-visualization's Introduction

Diabetes-data-visualization

Visualization of diabetes data using Box plot, histogram etc. Includes data normalization and handling missing data.

Assignment 2: Introduction to Data Science

Use the attached dataset to work on these assignment problems.

  1. Write a python program to calculate mean and max of each column. Then, appropriately handle the missing data a) remove all the entries with NA, b) replace all the NA with the mean of the column. Then, calculate mean and max of each column.

From this question onward, use the dataset with all the entries with NA removed.

  1. Read the attached dataset and write only the Pregnancies, Glucose and Outcome columns of the dataset to a file called ‘pre_glu_outcome.csv’. Read the table in Panda’s DataFrame and find out the shape and size of the DataFrame. Also, print first 5 rows and last 5 rows.

  2. Calculate the max, mean, standard deviation, median, 75 percentile of the Glucose column of the dataset.

  3. Display histogram, bargraph of Glucose and Blood pressure column of this data. Also, plot the scatter plot between Glucose and Blood pressure column. Can you decipher and relationship between these two variables based on the scatter plot.

  4. Plot the boxplot of each attributes (columns etc. the last column) and Perform minmax-scaling of the attached data and plot the boxplot after the scaling. You are only going to do it for the features not the labels (last column: outcome).

diabetes-data-visualization's People

Contributors

suresh-pokharel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.