Spaces:
Sleeping
Sleeping
Update split_files_to_excel.py
Browse files- split_files_to_excel.py +1 -0
split_files_to_excel.py
CHANGED
|
@@ -486,6 +486,7 @@ def extract_zip(zip_path):
|
|
| 486 |
return extracted_files
|
| 487 |
|
| 488 |
def split_in_df(files):
|
|
|
|
| 489 |
print("Processing zip files...")
|
| 490 |
for file_path in files:
|
| 491 |
if file_path.endswith('.zip'):
|
|
|
|
| 486 |
return extracted_files
|
| 487 |
|
| 488 |
def split_in_df(files):
|
| 489 |
+
processed_files = []
|
| 490 |
print("Processing zip files...")
|
| 491 |
for file_path in files:
|
| 492 |
if file_path.endswith('.zip'):
|