3 lines
145 B
Bash
3 lines
145 B
Bash
kaggle datasets download -d akash14/house-price-dataset
|
|
unzip -o house-price-dataset.zip
|
|
head -n 10 ./Participants_Data_HPP/Train.csv >> data.txt |