Update data_processing_script.sh

This commit is contained in:
s464903 2024-03-26 20:49:24 +01:00
parent 31c4605d7a
commit 2abdfb8f6e
1 changed files with 0 additions and 4 deletions

View File

@ -1,13 +1,9 @@
#!/bin/bash
#wget https://www.kaggle.com/datasets/jjayfabor/lettuce-growth-days -O input_data.csv
kaggle datasets download -d jjayfabor/lettuce-growth-days
# Unzipping the downloaded dataset
unzip lettuce-growth-days.zip
# Renaming the CSV file to a more suitable name
mv lettuce_dataset_updated.csv input_data.csv
head -n "$1" input_data.csv > processed_data.csv