python - how to drop dataframe in pandas? -
tips there dropping column , rows depending on condition. want drop whole dataframe created in pandas. in r : rm(dataframe) or in sql: drop table
this release ram utilization.
generally creating new object , binding variable allow deletion of object variable referred to. del
, mentioned in @edchum's comment, removes both variable , object referred to.
this over-simplification, serve.
Comments
Post a Comment