Zad 03.Jenkins - zapisanie zbioru danych

This commit is contained in:
Cezary Gałązkiewicz 2022-03-28 00:28:23 +02:00
parent 5ea29fe4d6
commit a10354f694
3 changed files with 35043 additions and 2 deletions

35041
Steel_industry_data.csv Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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}')

Binary file not shown.