added data_processing.sh

This commit is contained in:
s464906 2024-03-26 21:40:24 +01:00
parent 7ce3c4441e
commit 5155f93262
1 changed files with 6 additions and 0 deletions

6
data_processing.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
head -n 100 OrangeQualityData.csv > processed_data.csv
cp processed_data.csv results.txt