pandastable
Table analysis in Tkinter using pandas DataFrames. (by dmnfarrell)
tkintertable
A pure Python library for adding tables to a Tkinter application (by dmnfarrell)
pandastable | tkintertable | |
---|---|---|
3 | 6 | |
635 | 398 | |
- | - | |
5.7 | 3.8 | |
8 months ago | 9 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pandastable
Posts with mentions or reviews of pandastable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-09.
- interactive table on gui
-
Interactive/dynamic way to extract cells values from dataset
If you're looking to implement a GUI of some sort, make sure you're not reinventing the wheel. PandasTable should be able to do exactly what you're looking for.
- Best python library for a GUI that closely uses Pandas DataFrames?
tkintertable
Posts with mentions or reviews of tkintertable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-21.
-
Tkinter & Tk resources
dmnfarrell/tkintertable: A pure Python library for adding tables to a Tkinter application
- interactive table on gui
- Found a Table/Spreadsheet widget for Tkinter Python GUI. Tkintertable.(Crosspost /learnpython)
- Found a Table/Spreadsheet widget for Tkinter Python GUI. Tkintertable.
-
Binding guidance
One suggestion is to look at how other libraries implement this functionality. For example, tkintertable has something similar.
- Scrollable Table In Tkinter Toplevel Window
What are some alternatives?
When comparing pandastable and tkintertable you can also consider the following projects:
PandasGUI - A GUI for Pandas DataFrames
tksheet - Python tkinter table widget for displaying tabular data