0

I have a pandas dataframe which consists of a html table scraped from the web. I would like to display this dataframe in Tkinter. How would be able to do this? I was thinking maybe the use of treeview, but I'm not sure how to specifically display a dataframe using treeview. If it's the case where I cannot display a pandas dataframe or it's too complicated for me because I'm very new to pandas dataframes, would it be better to store my scraped html table in a different format (instead of a dataframe) that would be easier to display in tkinter? Thanks in advance

3
  • already answered here: stackoverflow.com/questions/9348264/… Commented Dec 11, 2022 at 20:22
  • Thanks for this, however this does not give me the necessary answer I need. I need a simple way to display a dataframe in tkinter. Commented Dec 11, 2022 at 21:40
  • Does this answer your question? How to display a dataframe in tkinter Commented Dec 11, 2022 at 21:49

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.