From 599285467d67b69606a08f1d8ce95abd7ffc231f Mon Sep 17 00:00:00 2001 From: ayush-4299 <147387831+ayush-4299@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:17:50 +0530 Subject: [PATCH] Update Problem_Statement1.py --- Problem_Statement1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Problem_Statement1.py b/Problem_Statement1.py index e5e0ffe..422e0ff 100644 --- a/Problem_Statement1.py +++ b/Problem_Statement1.py @@ -4,7 +4,7 @@ import numpy as np import matplotlib.pyplot as plt import seaborn as sns -# Load the dataset +# Load the dat df=pd.read_csv(r"C:\Users\ayush\OneDrive\Desktop\PythonCA2\Data.csv") ###Objective 1: Find the number of unique elections (years and states) in the dataset