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']
|
CUTOFF = os.environ['CUTOFF']
|
||||||
|
|
||||||
# READ DATA
|
# 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',
|
engine='python',
|
||||||
encoding='ISO-8859-1',
|
encoding='ISO-8859-1',
|
||||||
sep=',')
|
sep=',')
|
||||||
|
Loading…
Reference in New Issue
Block a user