dtale
PandasGUI
dtale | PandasGUI | |
---|---|---|
46 | 8 | |
4,823 | 3,197 | |
0.9% | - | |
7.9 | 4.3 | |
23 days ago | about 1 year ago | |
TypeScript | Python | |
GNU Lesser General Public License v3.0 only | MIT No Attribution |
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.
dtale
-
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
PandasGUI
- 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?
ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
pandastable - Table analysis in Tkinter using pandas DataFrames.
sqliteviz - Instant offline SQL-powered data visualisation in your browser
modin - Modin: Scale your Pandas workflows by changing a single line of code
best-of-ml-python - 🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
koalas - Koalas: pandas API on Apache Spark
seaborn - Statistical data visualization in Python
qgrid - An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
technical - Various indicators developed or collected for the Freqtrade
jupyterlab-autoplot - Magical Plotting in JupyterLab
ggplot - ggplot port for python