Zad 03.Jenkins - zapisanie zbioru danych
This commit is contained in:
parent
5ea29fe4d6
commit
a10354f694
35041
Steel_industry_data.csv
Normal file
35041
Steel_industry_data.csv
Normal file
File diff suppressed because it is too large
Load Diff
@ -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}')
|
||||
|
BIN
steel-industry-energy-consumption.zip
Normal file
BIN
steel-industry-energy-consumption.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user