Spaces:
Build error
Build error
Update HF_processor.py
Browse files- HF_processor.py +1 -3
HF_processor.py
CHANGED
|
@@ -127,7 +127,5 @@ class FMEADataPipeline:
|
|
| 127 |
new_rows.append(row)
|
| 128 |
|
| 129 |
self.new_fmea = pd.DataFrame(new_rows)
|
| 130 |
-
self.new_fmea.to_excel('
|
| 131 |
-
|
| 132 |
-
print('process_and_split_excel done')
|
| 133 |
return self.new_fmea
|
|
|
|
| 127 |
new_rows.append(row)
|
| 128 |
|
| 129 |
self.new_fmea = pd.DataFrame(new_rows)
|
| 130 |
+
self.new_fmea.to_excel('processed_fmea.xlsx', index=False)
|
|
|
|
|
|
|
| 131 |
return self.new_fmea
|