pmorissette / ffn

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

It's unclear that ffn injects new methods into pandas objects #70

Closed callamd closed 3 years ago

callamd commented 5 years ago

I was just wondering what magic I had to do to get an ffn data object, because I wanted to use df.calc_stats - had to read some source and google before I realised that you inject new methods into pandas.

We can save people time by making this apparent in the documentation.

timkpaine commented 3 years ago

fixed in PR