Hello! I am trying to display a dataframe that I created within the app.callback however whatever method I tried I got “Invalid prop for this component”. Looked some answers in the forum and changed my code according to those but I could not figure it out.
I tried creating dash tables, converting the dataframe to json file, html file, etc. But no luck. Lastly, I left it as without attempting to create a dash table.
Here is the code link: https://raw.githubusercontent.com/alpturkay96/dash_attempts/master/dashboard.py
Thank you!