pandastable
Table analysis in Tkinter using pandas DataFrames. (by dmnfarrell)
PandasGUI
A GUI for Pandas DataFrames (by adamerose)
pandastable | PandasGUI | |
---|---|---|
3 | 8 | |
635 | 3,197 | |
- | - | |
5.7 | 4.3 | |
8 months ago | 12 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT No Attribution |
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?
PandasGUI
Posts with mentions or reviews of PandasGUI.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-31.
- PandasGUI: A GUI for Pandas DataFrames
-
GUI for a Dynamically Created Dataframe
This works with plotly but does a lot on its own if visualization isn’t the only thing you need, https://github.com/adamerose/PandasGUI
-
Error Message Software Installation
the errors aren't exactly the same, but possible solutions on these two suggest it might be an issue with the version of qt or pyqt that was installed: https://github.com/adamerose/pandasgui/issues/56
-
Low-code GUI tools for PySpark?
Similar to the several pandas low-code GUI tools such as [bamboolib](https://bamboolib.8080labs.com) or [PandasGUI](https://github.com/adamerose/PandasGUI), is there something available for PySpark?
- What's the best architecture for communication between a localhost React GUI and local Python app?
-
When you've created a finalised dataframe, do any of you convert it into an excel document to help you visualise your data, or am I being inefficient in doing this?
I usually use PandasGui to view or plot DataFrames. If I do export a CSV I'm bringing it into Tabeau or JMP. Excel isn't very good for plotting.
-
Plotting in R's ggplot2 vs Python's Matplotlib: Is it just me or is ggplot2 WAY smoother of an experience than Matplotlib?
I'll take this excuse to plug my open source project with a drag and drop UI for quickly making EDA graphs in Plotly https://github.com/adamerose/PandasGUI
What are some alternatives?
When comparing pandastable and PandasGUI you can also consider the following projects:
tkintertable - A pure Python library for adding tables to a Tkinter application
dtale - Visualizer for pandas data structures
seaborn - Statistical data visualization in Python
tablexplore - Table analysis and plotting application written in PySide2/PyQt5
modin - Modin: Scale your Pandas workflows by changing a single line of code