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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -