dtale 3.22.0
pip install dtale
Released:
Web Client for Visualizing Pandas Objects
Navigation
Verified details
These details have been verified by PyPIMaintainers
π Avatar for ahldev from gravatar.comahldev π Avatar for aschonfeld from gravatar.com
aschonfeld
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: MAN Alpha Technology
- Tags numeric , pandas , visualization , flask
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
π CircleCI
π PyPI Python Versions
π PyPI
π Conda
π ReadTheDocs
π codecov
π Downloads
π Open in VS Code
What is it?
D-Tale is the combination of a Flask back-end and a React front-end to bring you an easy way to view & analyze Pandas data structures. It integrates seamlessly with ipython notebooks & python/ipython terminals. Currently this tool supports such Pandas objects as DataFrame, Series, MultiIndex, DatetimeIndex & RangeIndex.
Origins
D-Tale was the product of a SAS to Python conversion. What was originally a perl script wrapper on top of SASβs insight function is now a lightweight web client on top of Pandas data structures.
In The News
Man Institute (warning: contains deprecated functionality)
Tutorials
## Related Resources
Where To get It
The source code is currently hosted on GitHub at: https://github.com/man-group/dtale
Binary installers for the latest released version are available at the Python package index and on conda using conda-forge.
# conda
condainstalldtale-cconda-forge# if you want to also use "Export to PNG" for charts
condainstall-cplotlypython-kaleido
# or PyPI
pipinstalldtale
Getting Started
PyCharm |
jupyter |
|---|---|
Python Terminal
This comes courtesy of PyCharm π image11
Feel free to invoke python
or ipython directly and use the commands in the screenshot above and
it should work
Issues With Windows Firewall
If you run into issues with viewing D-Tale in your browser on Windows please try making Python public under βAllowed Appsβ in your Firewall configuration. Here is a nice article: How to Allow Apps to Communicate Through the Windows Firewall
Additional functions available programmatically
importdtaleimportpandasaspddf = pd.DataFrame([dict(a=1,b=2,c=3)])# Assigning a reference to a running D-Tale processd = dtale.show(df)# Accessing data associated with D-Tale processtmp = d.data.copy()tmp['d'] = 4# Altering data associated with D-Tale process# FYI: this will clear any front-end settings you have at the time for this process (filter, sorts, formatting)d.data = tmp# Shutting down D-Tale processd.kill()# using Python's `webbrowser` package it will try and open your server's default browser to this processd.open_browser()# There is also some helpful metadata about the processd._data_id # the process's data identifierd._url # the url to access the processd2 = dtale.get_instance(d._data_id) # returns a new reference to the instance running at that data_iddtale.instances() # prints a list of all ids & urls of running D-Tale sessions
License
D-Tale is licensed under the GNU LGPL v2.1. A copy of which is included in LICENSE
Additional Documentation
Located on the main github repo
Project details
Verified details
These details have been verified by PyPIMaintainers
π Avatar for ahldev from gravatar.comahldev π Avatar for aschonfeld from gravatar.com
aschonfeld
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: MAN Alpha Technology
- Tags numeric , pandas , visualization , flask
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dtale-3.22.0.tar.gz.
File metadata
- Download URL: dtale-3.22.0.tar.gz
- Upload date:
- Size: 16.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01c3ec821327263f730afb1409f0ca7dd56f2363a92d03e7700961e6b276f8d3
|
|
| MD5 |
9288ea9eeb17af86a39f72f1aa37cba8
|
|
| BLAKE2b-256 |
9b741e6c0d410ab298e11f7e84f3b74ea91a59f6754c4c803a15d0c72afff516
|
File details
Details for the file dtale-3.22.0-py2.py3-none-any.whl.
File metadata
- Download URL: dtale-3.22.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f01141e455ca71e23fc1108407d7155fc67dc569f00285df278cbe39c3feead
|
|
| MD5 |
7923afc040a179855806b80e924508ea
|
|
| BLAKE2b-256 |
e31f528d48785489c68dd388dd56758a3afd77a52fdff667104569f89b69c410
|
