Hello, good, my question is this:
I have a frame in my desktop application in python and I want to show inside a table or a graph with the Pandas library starting from a DataFrame object. Everything I have seen on the internet prints the contents of the DataFrame in the console but I do not see any examples to include it in the application. How could I do it?
Greetings.