NayakwadiS / mftool

⚡ Python library for getting publically available Mutual Funds data in India
https://mftool.readthedocs.io
MIT License
172 stars 54 forks source link

Render_response() to return DF #33

Closed karthik-shanm closed 10 months ago

karthik-shanm commented 2 years ago

This PR includes:

  1. Enabling render_response() function to return dataframe object
  2. Included as_Dataframe flag in appropriate code statements
karthik-shanm commented 2 years ago

Im trying to build an app (thru streamlit) which tries to show all the information of the MFs n AMCs.

As u were already having a flag to return as json, I thought of having one for dataframe as well, as it will be helpful for any manipulations required on top of the response. Or, I have to convert json back to df for all of the responses.

Thanks