Hello,
Fairly new to Django, I've been through a few tutorials and understand the basics.
My goal is to create a page which shows a defined asset's value over time compared to various social metrics tying to that asset (volume of reddit comments, twitter posts, ect.). The user will input what kind of asset they want to look at, a time range, as well as which social metrics to look at along with the defined asset.
I have a dataframe pulled together from an API that has all the data I need to display the graphs that I want.
I guess from here I'm a bit unsure on how to incorporate this dataframe into models, to begin working with different views and templates of displaying the data.
Any ideas, examples would be appreciated.