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