diff --git a/script.sh b/script.sh index 70b233b..2c286ca 100755 --- a/script.sh +++ b/script.sh @@ -1,6 +1,6 @@ echo 'starting script' -kaggle competitions download -c titanic -echo 'kaggle download completed' +# kaggle competitions download -c titanic +# echo 'kaggle download completed' unzip titanic.zip wc -l train.csv head -n $1 train.csv > output.csv diff --git a/titanic.zip b/titanic.zip new file mode 100644 index 0000000..3f1110d Binary files /dev/null and b/titanic.zip differ