What would be the best way to visualize data listed/displayed in Python Tkinter Treeview? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 hours ago.
Improve this questionI am developing a GUI to visualize the data obtained from several folders to calculate and visualize partial discharge. I have developed this simple tab utilizing 1 window and 2 frames. The program basically allows user to unzip and extract PD data from files(contains multiple folders).
Currently, I would like to generate and display some information from the data displayed in the Treeview when the user clicks Find PDs. The information to display would be similar to the excel image below.
开发者_运维知识库Can you guys recommend and advice what would be the best way to visualize this? Would I be able to achieve it in a single window/tab or I need multiple tabs to display the data? Many thanks!
精彩评论