4 lines
160 B
Bash
4 lines
160 B
Bash
#!/bin/sh
|
|
kaggle datasets download -d akash14/house-price-dataset
|
|
unzip -o house-price-dataset.zip
|
|
head -n $CUTOFF ./Participants_Data_HPP/Train.csv >> data.txt |