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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

dtale-3.1.0-py2.py3-none-any.whl (14.1 MB view details)

Uploaded Python 2 Python 3

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

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0.tar.gz
Algorithm Hash digest
SHA256 4b7f1e84cc5a583547ff15a1d2866556ceb836512a4c137e331bf8bf755dc614
MD5 cdde91a4f8a1c7d63510e6c905a470ee
BLAKE2b-256 52c23a6fdf1c686fa96cf8e13ee0d8a709d0b52d8f3a5a017c862788ea49d431

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py3.10.egg
Algorithm Hash digest
SHA256 843469416c567fec72c1028b13fd154f163216a7d2ce5642938ea40eb1d11564
MD5 65a863ab5e89145673771af5681a70a6
BLAKE2b-256 e22192d304b6a2d4efebc940cb0cd167f8c7c96712edcf0e5c03033a3b560089

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py3.9.egg
Algorithm Hash digest
SHA256 4f9d92f2af0bb61cc748a362dbf24ca277867b81843e56f544d423dff28dc099
MD5 f3972accdb19e85095427f848b10bdf2
BLAKE2b-256 7b627a6e232d04bea144f9aaa49f86eb22bfd01550c88a5d36226c189d9d9ac4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py3.8.egg
Algorithm Hash digest
SHA256 6f5b17e50f8c41940e085be53bb2a5e9ea3b92f807c37cab3d89fece5811c340
MD5 55485ac02da0afad9207771c1bba795e
BLAKE2b-256 5d05499d5ffbe542a722a0fa5b63fb96924e5cda59ba7657cad0f3e12a91243c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py3.7.egg
Algorithm Hash digest
SHA256 df7ddd436ee6fdad6daef2986fa3e8345c20e0f8b9114f1fc628f404683659cf
MD5 98c9b460864a96b1b30dbb2d31542a64
BLAKE2b-256 5a7b10c6445ee3e305c142dfc814c9c2c1d0f90a9e9f9dcc36c7ce68de1a0165

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py3.6.egg
Algorithm Hash digest
SHA256 cb602e2a9e22960c352cabbfdcbf76ee7024605906b7d3315c7cbead9469a75b
MD5 da860efed72566c0d41d7156dda0d9b8
BLAKE2b-256 dc40d506b42b77757ee70255cc45c420eda09186e1c9f1223a74b7c4bb37c2d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.1 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-3.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 03dc6476d73ceeff9e6e51f8f3320f156e104ad3da87d9257c850fe8357e72dd
MD5 c28ce1ffcefd7e76eafeb4fa67911145
BLAKE2b-256 6026468ffc8aae66a05d67818677260817833cfce324c9a121ad773a65fc7aa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-3.1.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-3.1.0-py2.7.egg
Algorithm Hash digest
SHA256 6da23a797cd0e86dd9fea36b8b0204c6c8dce98b6f8d289e96cd49d712e05fef
MD5 5aad066af9c06819f26ba8ee568b1421
BLAKE2b-256 26c309563ef6f39690fae0a8c87cb95eb4e6557a33c6551b8a0019505359256d

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