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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Python 2 Python 3

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

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0.tar.gz
Algorithm Hash digest
SHA256 6e53078e9a8c59619f55c31ac5baa0f44e5e50e6a391a785fb263cbbafbbcc38
MD5 58e1ff915ba7e2fdd06ba6b8a42458de
BLAKE2b-256 e3f70bdea106e258c758670c7b3ffb2b5d8d299f02b78c6003c864b40bef2817

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py3.10.egg
Algorithm Hash digest
SHA256 9ecdc26a9c374fe902fd9b6c4743c4869cf8c5050f89b5b8743bfdd99b898bf3
MD5 5eeb3f1c7abb8f153c4dcc1950c4e53e
BLAKE2b-256 61908f9a644c08eb870035fd37731ef84fda8b189ddfc1ebcec0d87faa9c1dd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py3.9.egg
Algorithm Hash digest
SHA256 3c846045a831ab0f72ecb5f2aa3d73084ab51e4bfb472e40d9cc096947a45bff
MD5 789f0eaf4fb85cb4f67aab4f32087945
BLAKE2b-256 45dbce065e80fb163f4bbe6df5e029bfc104e0d37eea953143ff17639ba9d4f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py3.8.egg
Algorithm Hash digest
SHA256 9df53bdd8c4b40d92ebdf8ba7023a45a80a791512f35798b3ad378b584447d6c
MD5 46b7afba15f34652deb1d096fdc99e2e
BLAKE2b-256 5a49df0c8b029efd0884578351408001539afa8a8af831580e194efce1d95962

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py3.7.egg
Algorithm Hash digest
SHA256 71d769fa8f6d51101310e3566d9d095be83215c6f8565cd96e2534dcac69e367
MD5 6037f3789758baa4167bd43e3d2b6235
BLAKE2b-256 7f7172a9d3f617e6a6453f0c1d3bcf9a91eb0482be3c7f13209e13bf7bd0e144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py3.6.egg
Algorithm Hash digest
SHA256 1c36eb80a2992d311a1a43a705fbb12c9616b3d26e6dc78940774da30fab0534
MD5 7791043e411b579aed0d3a6a82c35aad
BLAKE2b-256 5de79cb9e5898308d696c17d4e419f255a063037964e2e465fe64aa5a8470499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0ba2371cd72464f68c50c758c9e34fb1ffe10f60e6f2a600e9f2c3c240e2c1d
MD5 8e0dec3b14217357397c91cedc951b0c
BLAKE2b-256 3ed8e59eb454ac359eac79714eccb572e2983dd3841df4f32790a43c9d1461a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.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.15.0-py2.7.egg
Algorithm Hash digest
SHA256 ed79f67fb66b88b1cb009a991827210b6400701c9b0e131b4cc9af4b48e62489
MD5 bc9443a751526f755c0cef72d52d0db7
BLAKE2b-256 647b2d590ae91e07a5a96faf5fc10d3d9eeaf18eb58fd1c54c56ea01252bd8a7

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