Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiramesquita authored Jun 30, 2024
1 parent 74dce84 commit 446dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
df2conv = pd.read_parquet(output_file_trends)
df2conv.to_parquet(f'{output_name[:-3]}_trend_analysis.parquet')

shutil.rmtree(df2conv)
shutil.rmtree(output_file_trends)

0 comments on commit 446dc0c

Please sign in to comment.