thanks @dexter
here is another thing I will need your help with.
I am using python3.10 and also perhaps will convert to pandas 2.0 at some point sooner
there are so many future warnings with pandas library for example when using equity_history.
site-packages/nsepython/rahu.py:544: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
It looks like with the new pandas 2.0 already shipped, folks will eventually shift to it and I think it is important to make nsepython both python 3.x ready and also pandas 2.0 comfortable.
can you please take this as something as important? let me know how can I help. I think the best is to figure out what are all the things necessary to do the above and I can help chiming in some part of the divided work.
thanks.