pandastable
Table analysis in Tkinter using pandas DataFrames. (by dmnfarrell)
dtale
Visualizer for pandas data structures (by man-group)
pandastable | dtale | |
---|---|---|
3 | 46 | |
635 | 4,779 | |
- | 0.5% | |
5.7 | 7.8 | |
7 months ago | about 1 month ago | |
Python | TypeScript | |
GNU General Public License v3.0 or later | GNU Lesser General Public License v3.0 only |
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?
dtale
Posts with mentions or reviews of dtale.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-07.
-
The free pandas visualizer, D-Tale, has now been integrated with ArcticDB which will allow users to load huge datasets and easily navigate their databases
[D-Tale](https://github.com/man-group/dtale) has recently released version 3.2.0 on pypi & conda-forge: ``` pip install -U dtale conda install dtale -c conda-forge ``` But if you want to take it one step further you can now integrate it with [ArcticDB](https://github.com/man-group/ArcticDB): ``` pip install -U dtale[arcticdb] ``` This allows you the ability to navigate your libraries of datasets saved to your ArcticDB database! But the best part is that all the reads are occuring directly against ArcticDB so some of the memory constraints you may have been hit with before are now a thing of the past. Here's a full write up how to use this functionality along with a quick demo: https://github.com/man-group/dtale/blob/master/docs/arcticdb/ARCTICDB\_INTEGRATION.md Hope this helps & please support open-source by throwing your star on the [repo](https://github.com/man-group/dtale). Thanks! 🙏
-
Data Scientists using neovim: how do you explore dataframes?
I've looked into external tooling, libs such as dtale, which feel overly complicated for my use case (but I'm open to alternatives). What I would like to have instead is something akin to Spyder's variable viewer, which allows sorting by column. VSCode goes a step further and also provides the ability to filter the dataframe.
-
I need help lol
D-Tale: A Python library that provides an interactive web-based interface for data exploration and analysis.
-
Something better than pandas? with interactive graphical UI?
Try this: https://github.com/man-group/dtale
-
Mito – Excel-like interface for Pandas dataframes in Jupyter notebook
https://github.com/man-group/dtale
I find that I'm actually a lot faster using basic Pandas methods to get the data I want in exactly the form I want it.
If I really want to show everything, I just use:
'''
- Memray is a memory profiler for Python by Bloomberg
- Show HN: D-Tale, easy to use pandas GUI
-
Added visualizations of statsmodels time series analysis functions to the free pandas visualizer, D-Tale
Just added "Time Series Analysis" in v1.60.1 of D-Tale on pypi & conda-forge: pip install -U dtale conda install dtale -c conda-forge This feature provides a quick and easy way to visualize the usage of the following time series analysis function in statsmodels:
- Show HN: Open-source pandas dataframe visualizer
-
For all the python/pandas users out there I just released a bunch of UI updates to the free visualizer, D-Tale
Your data is stored in memory so the size of your dataframe is limited to the memory of your machine. That being said we’ve allowed users to swap out the machanism which stores the data so you can use something like Redis or Shelve to allieviate memory. Here’s some documentation: https://github.com/man-group/dtale/blob/master/docs/GLOBAL_STATE.md
What are some alternatives?
When comparing pandastable and dtale you can also consider the following projects:
tkintertable - A pure Python library for adding tables to a Tkinter application
PandasGUI - A GUI for Pandas DataFrames