Anexen / pyxirr

Rust-powered collection of financial functions.
https://anexen.github.io/pyxirr/
The Unlicense
172 stars 16 forks source link

surpress error messages when running in groupby or in loop #22

Closed naurisozols closed 2 years ago

naurisozols commented 2 years ago

add possibility to set false on error messages when running functions in loop or using Pandas groupby.. In case of error - no value returned (empty), but it's not affect further workflow execution

Anexen commented 2 years ago

Hi, @naurisozols. Added the ability to silence the exception in version 0.7. Please try xirr(..., silent=True)