Update 'create-dataset.py'

This commit is contained in:
Patryk Gałka 2023-04-19 16:38:02 +02:00
parent bbfc160d42
commit f31500322f

View File

@ -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=',')