eyaltrabelsi / pandas-log

The goal of pandas-log is to provide feedback about basic pandas operations. It provides simple wrapper functions for the most common functions that add additional logs
MIT License
214 stars 12 forks source link

Adding memory footprint of each operation #17

Closed eyaltra closed 5 years ago

eyaltra commented 5 years ago

Brief Description

It can be cool if for each operation we will have the dataframe memory footprint

eyaltrabelsi commented 5 years ago

Fixed