Switch to side-by-side view

--- a
+++ b/diabetes-api/explore_data.py
@@ -0,0 +1,7 @@
+import pandas as pd
+
+# Load the dataset
+df = pd.read_csv('diabetes.csv')
+
+# Print the first 5 rows
+print(df.head())