ium_444417/startscript1.sh

5 lines
163 B
Bash
Raw Normal View History

2022-03-24 21:26:43 +01:00
#!/bin/sh
2022-03-24 17:40:59 +01:00
kaggle datasets download -d akash14/house-price-dataset
unzip -o house-price-dataset.zip
2022-03-28 10:49:00 +02:00
echo $3
head -n $3 ./Participants_Data_HPP/Train.csv >> data.txt