From 0634d1a85d701ef1565a2a3af38d0f9c092c5bd6 Mon Sep 17 00:00:00 2001 From: s487179 Date: Fri, 14 Apr 2023 10:55:54 +0200 Subject: [PATCH] Edit datasetScript.sh --- datasetScript.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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