Zad 03.Jenkins - zapisanie zbioru danych
This commit is contained in:
parent
8021916030
commit
711f923547
@ -1,5 +1,5 @@
|
||||
#kaggle datasets download -d csafrit2/steel-industry-energy-consumption
|
||||
#unzip -o steel-industry-energy-consumption.zip
|
||||
kaggle datasets download -d csafrit2/steel-industry-energy-consumption
|
||||
unzip -o steel-industry-energy-consumption.zip
|
||||
|
||||
tail -n +2 Steel_industry_data.csv | cut -d, -f8 --complement | shuf > steel_industry_data_shuffled.csv
|
||||
number_of_lines=$(wc -l steel_industry_data_shuffled.csv | awk '{print $1}')
|
||||
|
Loading…
Reference in New Issue
Block a user