I have been querying an exteal database and creating a 'report' using a Jupyter notebook and pandas.
I want to make it web-based.
I have looked into Django and Flask and I have no experience with both.
Does anyone have any suggestions? The database I am querying information from is only for reading. I caot make any changes.
I tried to use Django and its multiple database setup. I had Django automatically create model classes by using inspectDB but this left me more confused on how to proceed.
Any guidance would greatly be appreciated.
This data changes daily and I need to get the latest data once a day.
Hoping to make a report page where it can be donwloaded using PDF or interacted on the page.
Thanks!
