[bb84f1]: / diabetes-api / explore_data.py

Download this file

8 lines (5 with data), 116 Bytes

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())