Skip to content

Commit

Permalink
Update theropoda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita committed Jun 28, 2024
1 parent aa18e47 commit 041478f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theropoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 041478f

Please sign in to comment.