This commit is contained in:
szymonj98 2022-03-23 19:45:46 +01:00
parent d06c796f6f
commit 4896d92279

View File

@ -2,5 +2,6 @@
kaggle datasets download -d tamber/steam-video-games 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
head -n $3 steam-200k.csv >> data.txt head -n $3 steam-200k.csv >> data.txt