Memory management
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user