Explorar el Código

Memory management

master
langspielplatte hace 2 años
padre
commit
b2fa7f38be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      cdf_compare.py

+ 1
- 0
cdf_compare.py Ver fichero

@@ -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__":

Cargando…
Cancelar
Guardar