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

A way to enable globally? #33

Closed failable closed 2 years ago

failable commented 3 years ago

Brief Description

I'm looking for a way to enable pandas-log globally without the use of context manager. Is it possible right now? If not, how do you think about this feature? Thanks.

mattharrison commented 3 years ago

If you look at the code for the context manager you see it is calling auto_enable.