Update 'create-dataset.py'
This commit is contained in:
parent
bbfc160d42
commit
f31500322f
@ -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=',')
|
||||
|
Loading…
Reference in New Issue
Block a user