The following exercise will give you a rudimentary understanding of analysing and visualizing data using Python. Steps you need to complete will be ==highlighted== but please follow along closely to the entire document. This is Part 1 and will continue next week.
Data
The data set we'll be working with if from the Cleveland database on heart disease. Spend some time exploring the history and documentation on the database prior to continuing to our download instructions.
==We've done some initial formatting to reduce the number of attributes from 76 to 14 and made it available to download from Kaggle.== Navigate there first, download the data and then proceed with the instructiuons.
Step 1: Search for Features
Features are different parts of the data. During this step, you'll want to start finding out what you can about the data.