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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Python 2 Python 3

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

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-2.9.1.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.9.1.tar.gz
Algorithm Hash digest
SHA256 4711b25f5150038cc2f5d7ed33d7953b6ae8a17f053c5c70076d5ba994efe02a
MD5 308d55992bb58536d40a209b34aad96d
BLAKE2b-256 9f13cd614cdd8e09472eaf331c59feac706e4130944a7f38d628ff166c5aa491

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py3.10.egg
Algorithm Hash digest
SHA256 878f6ec40c7cdd16b6a6dbfa46f7756fb09fa96efc18875d6372f1e3c63dfbad
MD5 16dd4cbb06228375a2b1df59b166b244
BLAKE2b-256 906352ae9557f266a5e94f02a4bd96dd74136be6949409350124828dca5802a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py3.9.egg
Algorithm Hash digest
SHA256 dfc7529a04e7e7a9cdde86d7e0cdd4f2778b4227d36c5268e0d05d7462ccae55
MD5 49aec9875c11b77d438c30f044a2462b
BLAKE2b-256 c93f36aff85ac5aa815647bb6ae9a58255d0cbb8b94f08652f5d653e34051959

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py3.8.egg
Algorithm Hash digest
SHA256 93ecb9317e770d99c8ce332eb46a5fff2ecf3527085a50feee4b09bede319df3
MD5 eef3351dbc0c9c12fcfe5e5b70b6917f
BLAKE2b-256 f00747e969bc34a87485ca8974c5d74272c74d58bf46ef3f162d3fc45e12b63f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py3.7.egg
Algorithm Hash digest
SHA256 6d2ffbd706fefef55fb4010186f12e657391e3fa6914e30f78d82953c637d1a8
MD5 90089d76403578d2e0d11286cf9afed9
BLAKE2b-256 506e2200ca42cc4e4011045265621d52fe743752af8a2ced7ced08da15446d93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py3.6.egg
Algorithm Hash digest
SHA256 ab4804d834bc389143206ee870b487b1ddee97ae7ffeb98df0a6850779427eee
MD5 aa1491999aaed10fe4f7f598910e89b7
BLAKE2b-256 bd0b7753d03cd558691e1aa0b9a2f5f9f0d08eb4a91d2d725f7eae948f98b201

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 aa1171deee854d1a1a12ac0d3135b20b7c643940d2457a2ad1707bd38e8e8b53
MD5 27e5c74069728c74ca320d018c40a696
BLAKE2b-256 b3e1ac95cbb534d781e487bc7aaec55cd0d1cb33ab3a2f5b9896d4cf18581c4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.1-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.9.1-py2.7.egg
Algorithm Hash digest
SHA256 9bc4c68f933a162f84aa4867a879d835208b5dd140f93d250dfba8a388a598d5
MD5 c7bdab68188d637d586e9febabc6dcff
BLAKE2b-256 7cbe9a1ce15934368b641a806768d4d81e991031d85b531858e814a0b5a519a6

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