This commit is contained in:
szymonj98 2022-03-23 19:47:13 +01:00
parent 4896d92279
commit 569424c1e7

View File

@ -3,5 +3,5 @@ kaggle datasets download -d tamber/steam-video-games
unzip -o steam-video-games.zip unzip -o steam-video-games.zip
> data.txt > data.txt
echo $3 echo $3
head -n $3 steam-200k.csv >> data.txt head -n 100 steam-200k.csv >> data.txt