Skip to content

Commit

Permalink
Merge pull request #70 from ImMin5/master
Browse files Browse the repository at this point in the history
feat: add delete df variable after processing
  • Loading branch information
ImMin5 authored Jul 6, 2024
2 parents 77c3c7f + 7f60e09 commit f60cc69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def get_cost_data(self, blobs: list, options: dict) -> list:
costs_data = df.to_dict("records")
total_cost_count += len(costs_data)
yield costs_data

del df_chunk
del cost_csv
_LOGGER.debug(f"[get_cost_data] total_cost_count: {total_cost_count}")

Expand Down

0 comments on commit f60cc69

Please sign in to comment.