From f31500322f2d6059934da5211765256e68fb3914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 16:38:02 +0200 Subject: [PATCH] Update 'create-dataset.py' --- create-dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-dataset.py b/create-dataset.py index ebcc4b5..872deac 100644 --- a/create-dataset.py +++ b/create-dataset.py @@ -6,7 +6,7 @@ from sklearn.model_selection import train_test_split CUTOFF = os.environ['CUTOFF'] # READ DATA -video_games = pandas.read_csv('Video_Games_Sales_as_at_22_Dec_2016.csv', +video_games = pandas.read_csv('./ium_z434686/Video_Games_Sales_as_at_22_Dec_2016.csv', engine='python', encoding='ISO-8859-1', sep=',')