diff --git a/datasetScript.sh b/datasetScript.sh index 228a0cc..e2ae21f 100644 --- a/datasetScript.sh +++ b/datasetScript.sh @@ -1,3 +1,5 @@ #!/bin/bash echo "KAGGLE_USERNAME: ${KAGGLE_USERNAME}" -kaggle datasets list \ No newline at end of file +kaggle datasets download -d rishikeshkonapure/home-loan-approval +unzip -o home-loan-approval.zip +ls -l \ No newline at end of file