From 041478fdee330f9f419fcc22a8d2a2a5b75ee853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Mesquita?= Date: Fri, 28 Jun 2024 18:09:05 -0300 Subject: [PATCH] Update theropoda.py --- theropoda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theropoda.py b/theropoda.py index b4e18545..15eee1c1 100644 --- a/theropoda.py +++ b/theropoda.py @@ -563,5 +563,5 @@ def run(asset,id_field,output_name,colab_folder): df2conv = pd.read_parquet(output_file_trends) df2conv.to_parquet(f'{output_name[:-3]}_trend_analysis.parquet') - df2conv= None - os.remove(output_file_trends) + df2conv = None + shutil.rmtree(df2conv)