Learn practical skills, build real-world projects, and advance your career

Prediction Of Heart Disease

I am choosing the dataset to study all the important factors that leads to heart attack. I am taking the dataset from kaggle and I would implement the learnings taken from the course Data Analysis with Python: Zero to Pandas like showing the use of pandas too import the perform data cleaning and using matplotlib to show visulizations etc.

Loading the Dataset

I will upload the dataset from y system

!pip install jovian opendatasets --upgrade --quiet
import pandas as pd
df = pd.read_csv("C:\\Users\\laksh\\Desktop\\Python Tutorial\\dataset1.csv")