From 783fda2c71fd865811c1882569123097e338ed0f Mon Sep 17 00:00:00 2001 From: Agata Date: Fri, 8 Apr 2022 10:13:07 +0200 Subject: [PATCH] Update script --- download_data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_data.sh b/download_data.sh index da38a59..38e39ff 100644 --- a/download_data.sh +++ b/download_data.sh @@ -1,3 +1,3 @@ -kaggle datasets download -d tejashvi14/travel-insurance-prediction-data +#kaggle datasets download -d tejashvi14/travel-insurance-prediction-data unzip -o travel-insurance-prediction-data.zip -head -n $CUTOFF TravelInsurancePrediction.csv > travel_insurance_data.txt \ No newline at end of file +head -n $CUTOFF TravelInsurancePrediction.csv > travel_insurance_data.txt