Memory management

This commit is contained in:
2023-03-01 08:45:58 +01:00
parent 6eefc8c081
commit b2fa7f38be

View File

@@ -65,6 +65,7 @@ def plot_cdf(dataframe, column_name, axis=None):
stats_df.plot(x=column_name, y=["CDF"], grid=True, ax=axis)
else:
stats_df.plot(x=column_name, y=["CDF"], grid=True)
del stats_df
if __name__ == "__main__":