pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
2.03k stars 300 forks source link

The as_format function from utils.py is not covered by the test. #242

Closed quant12345 closed 3 months ago

quant12345 commented 3 months ago

I saw that the as_format function from utils.py has an obsolete applymap method for DataFrame from pandas. The as_format function from utils.py is not covered by the test, that's why there is no warning in Actions because of this.. After this PR, I will make another one where I will make the processing of the outdated applymap, like here.