zadanie doker

This commit is contained in:
szymonj98 2022-04-03 14:44:17 +02:00
parent db22243163
commit 7aa5c39258

View File

@ -5,7 +5,7 @@ from sklearn.model_selection import train_test_split
#os.system("kaggle datasets download -d tamber/steam-video-games")
#os.system("unzip -o steam-video-games.zip")
steam=pd.read_csv('Steam-200k.csv',usecols=[0,1,2,3],names=['userId','game','behavior','hoursPlayed'])
steam=pd.read_csv('steam-200k.csv',usecols=[0,1,2,3],names=['userId','game','behavior','hoursPlayed'])
steam.isnull().values.any()
steam['userId'] = steam.userId.astype(str)