@ -2,8 +2,6 @@ kaggle datasets download -d karangadiya/fifa19
unzip -o fifa19.zip
x=$(($CUTOFF/10))
echo $KAGGLE_USERNAME
echo $KAGGLE_KEY
head -n 1 data.csv > header.csv
tail -n +2 data.csv| tail -n $CUTOFF | shuf > data_shuf.csv
head -n $(($x*2)) data_shuf.csv > test.csv
The note is not visible to the blocked user.