Skip to main content

Web Client for Visualizing Pandas Objects

Project description

image0


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

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
conda install dtale -c conda-forge
# if you want to also use "Export to PNG" for charts
conda install -c plotly python-kaleido
# or PyPI
pip install dtale

Getting Started

PyCharm

jupyter

image9

image10

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

import dtale
import pandas as pd

df = pd.DataFrame([dict(a=1,b=2,c=3)])

# Assigning a reference to a running D-Tale process
d = dtale.show(df)

# Accessing data associated with D-Tale process
tmp = 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 process
d.kill()

# using Python's `webbrowser` package it will try and open your server's default browser to this process
d.open_browser()

# There is also some helpful metadata about the process
d._data_id  # the process's data identifier
d._url  # the url to access the process

d2 = dtale.get_instance(d._data_id)  # returns a new reference to the instance running at that data_id

dtale.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


Release history Release notifications | RSS feed

This version

2.8.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dtale-2.8.1.tar.gz (12.4 MB view details)

Uploaded Source

Built Distributions

dtale-2.8.1-py3.10.egg (13.1 MB view details)

Uploaded Source

dtale-2.8.1-py3.9.egg (13.1 MB view details)

Uploaded Source

dtale-2.8.1-py3.8.egg (13.1 MB view details)

Uploaded Source

dtale-2.8.1-py3.7.egg (13.1 MB view details)

Uploaded Source

dtale-2.8.1-py3.6.egg (13.1 MB view details)

Uploaded Source

dtale-2.8.1-py2.py3-none-any.whl (12.8 MB view details)

Uploaded Python 2 Python 3

dtale-2.8.1-py2.7.egg (13.1 MB view details)

Uploaded Source

File details

Details for the file dtale-2.8.1.tar.gz.

File metadata

  • Download URL: dtale-2.8.1.tar.gz
  • Upload date:
  • Size: 12.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1.tar.gz
Algorithm Hash digest
SHA256 0b5e744e2345b43e75a7131add5a8b23744744be2290d933c2c2061f81e39044
MD5 983d81ded48636ec6d87166783900553
BLAKE2b-256 9db2836b6f657a252b76c54982c3d5ef9d4079aadc94f563a3f13be0b868fe2e

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py3.10.egg.

File metadata

  • Download URL: dtale-2.8.1-py3.10.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py3.10.egg
Algorithm Hash digest
SHA256 a811b11b31572d228e341e1e54209b20301babde4501c56e9c17d6b5405dce11
MD5 996254817879f45f9ef3b08b0ec6b0b8
BLAKE2b-256 bee8044504a85223bf2703f51a89c3935d474996dc02c4dea8d357b8385323e8

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py3.9.egg.

File metadata

  • Download URL: dtale-2.8.1-py3.9.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py3.9.egg
Algorithm Hash digest
SHA256 63565f9e5d397d5c0f38a84aa26a2b8ace7ec8d39876b4aadc3bbf399ec970e6
MD5 25d9141011c7777c62808118eac0c956
BLAKE2b-256 c259d563654578b8a842c89e55c74f9c24da9e1b669fb28a64529fa0292ee405

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py3.8.egg.

File metadata

  • Download URL: dtale-2.8.1-py3.8.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py3.8.egg
Algorithm Hash digest
SHA256 15b09f9e387853d59fbf0a4b81d9aec2db11982b40039491d4b5ca919f60b2ad
MD5 227e49abf6d01810b31d00294a186aa6
BLAKE2b-256 29b81a09bb5414e76940f7f60fc6f00aeed4de554f39581250d4c36cbda7429e

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py3.7.egg.

File metadata

  • Download URL: dtale-2.8.1-py3.7.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py3.7.egg
Algorithm Hash digest
SHA256 e58392ba077e0aef6f5505187dc2d0c3d727320bdb1f4e1f7835a9471def9875
MD5 5a970048647fec20e51930907e4bb372
BLAKE2b-256 6280622356fd32ae66a6f39d0db8c027e25de3630b22f3012ac34ab240e730d5

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py3.6.egg.

File metadata

  • Download URL: dtale-2.8.1-py3.6.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py3.6.egg
Algorithm Hash digest
SHA256 1d9d4323f5f9d4a8268dae74ce892e1ada08101cad875d1d240eebdef8ad32b6
MD5 7edb615ddba519bc2f91bc69aa00c5fc
BLAKE2b-256 7628e186ad0d23be08f8f0f9dab67891d63a894e6f797ffc9cedf1990dc146cc

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py2.py3-none-any.whl.

File metadata

  • Download URL: dtale-2.8.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d3944fa8058e4c403db45dc3f1434c398c3b3540db035b3c77dd841da5d7cca4
MD5 a910c21b64e3cfff5695d268853840e9
BLAKE2b-256 6dacb3d30c878b4f460a02f67e8b51cf33ae1e1e54f5823a3a15ac6065edf17b

See more details on using hashes here.

File details

Details for the file dtale-2.8.1-py2.7.egg.

File metadata

  • Download URL: dtale-2.8.1-py2.7.egg
  • Upload date:
  • Size: 13.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.0

File hashes

Hashes for dtale-2.8.1-py2.7.egg
Algorithm Hash digest
SHA256 c2c233623d8d24b7e012af8c9d32d43bcce6d69c7223f64fde3f9498e0c3a6e5
MD5 03d0f3b2ed624f0fbb0dfa0d7c84e11a
BLAKE2b-256 f916a66d7ff4e1ad2f83e4dbde5aedb96d23611eb8c58744bd9a4bfce0331ca6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page