Download this file
1 2 3 4 5 6 7
import pandas as pd # Load the dataset df = pd.read_csv('diabetes.csv') # Print the first 5 rows print(df.head())