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

Integrate with Python logging module #24

Open AllanLRH opened 4 years ago

AllanLRH commented 4 years ago

Integrate with Python logging

I would love a way to integrate this with the standard Python logging module, or ar dropin replacement thereof, such as loguro.

Such an integration would make it more useful when running production data-science code, and ease adoption of this library, which is thinks is a really interesting idea!

eyaltrabelsi commented 4 years ago

@AllanLRH Thanks for the feedback, do you mean to integrate it with handler ? can you show me an example.