diff --git a/traffic1.py b/traffic1.py index 3c9ef5d..f44eb6f 100644 --- a/traffic1.py +++ b/traffic1.py @@ -6,6 +6,8 @@ warnings.filterwarnings('ignore') from prophet import Prophet +//CODE START FROM HERE + df=pd.read_csv("C:\\Users\\HP\\Desktop\\Traffic data.csv") df.head()