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

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.13.0.tar.gz (13.6 MB view details)

Uploaded Source

Built Distributions

dtale-2.13.0-py3.10.egg (14.3 MB view details)

Uploaded Source

dtale-2.13.0-py3.9.egg (14.3 MB view details)

Uploaded Source

dtale-2.13.0-py3.8.egg (14.3 MB view details)

Uploaded Source

dtale-2.13.0-py3.7.egg (14.3 MB view details)

Uploaded Source

dtale-2.13.0-py3.6.egg (14.3 MB view details)

Uploaded Source

dtale-2.13.0-py2.py3-none-any.whl (14.0 MB view details)

Uploaded Python 2 Python 3

dtale-2.13.0-py2.7.egg (14.3 MB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-2.13.0.tar.gz
  • Upload date:
  • Size: 13.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0.tar.gz
Algorithm Hash digest
SHA256 7fbc7a986259ee7c64b7fa78e1d3adf8dfebf2b94815b87e5113be736ab55681
MD5 9cced7dc8e922493bbae108496ca84cb
BLAKE2b-256 dcab51a3f264377088ad0520055e813996843e812813043c3ba40b8862b43ed2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py3.10.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py3.10.egg
Algorithm Hash digest
SHA256 8281b04c0c4d3013612c94223a61ccc30ef26b992695ec607b5a50bbfb083f4a
MD5 af7cf477377ed4f90df945b7c6128cc2
BLAKE2b-256 79aa7a10366e45bc059b2870bcdfc06c53bdfdc6dcc131d869f9520278275742

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py3.9.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py3.9.egg
Algorithm Hash digest
SHA256 a235409995eee23c59a5cdd1da9437e4407ef987ff348e5e4068a2a912c796d6
MD5 422202a1e5354ef8eea8883ffbd234cd
BLAKE2b-256 e26fcdb715a184e76ea28124f7664ef3986628ff2ffce6e00e38a1723f2fd300

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py3.8.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py3.8.egg
Algorithm Hash digest
SHA256 390affc0958205f895c09f07fe2a2b4c545b86dc429a9cc83c00b9b7867a0288
MD5 ca6b6b18dc7ee42245deccc214c1bcc0
BLAKE2b-256 1d234b99a27717e93163e740417a7b47d2243cb373c0567876dfca0ff09f5a65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py3.7.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py3.7.egg
Algorithm Hash digest
SHA256 2fea2586a9aa41eecc313e36cc040026a82629c71e2bb65a1b89c7867b26ef6d
MD5 459ae7f2dd78895d0c3d2667c250d8e3
BLAKE2b-256 b96b2d85fc3482549a711cbac6597da59dd0d6b5c80d9bedc40e2cedece9210d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py3.6.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py3.6.egg
Algorithm Hash digest
SHA256 77738629e8aa8ecee49ef3d1bde37024e6b1407ae6ade27a48d2849db135388b
MD5 0c1788626f418efe74b69814c3e54276
BLAKE2b-256 d62c0ae3563f7e6a2de02d850c858acfb191ffcbebe5634b3c10514cc4739299

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.0 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b46245426a000931c5d8abdf5fcf6b64958f1548d8735e8619341988b8f3b222
MD5 6c801fa96beac93ab4204287cf9b5264
BLAKE2b-256 09b99ade217a7e9faa3a908b8cd0b2f55d06c90f762bd28df19ed3fb37ed8c82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.13.0-py2.7.egg
  • Upload date:
  • Size: 14.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.0

File hashes

Hashes for dtale-2.13.0-py2.7.egg
Algorithm Hash digest
SHA256 c2dab69ac9e5d77bd035107e71f2ec5f97e20b89b66ec0903152490845824295
MD5 26ea23d02230795e8aa8edde9137f65a
BLAKE2b-256 c0bc22539a6710cfa2796e80a18c76a5076f5c3d4773aae4e577aef8434160c8

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