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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Egg

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

Uploaded Egg

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

Uploaded Egg

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

Uploaded Egg

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

Uploaded Egg

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

Uploaded Python 2Python 3

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

Uploaded Egg

File details

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

File metadata

  • Download URL: dtale-2.15.2.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.2.tar.gz
Algorithm Hash digest
SHA256 ac0e94905adeafd31d6638eae8b518cb38dae58a3c3096cb7f5646cd174fae09
MD5 fa3d1c0737448cb5e39501b4ac973d61
BLAKE2b-256 1a2722112baff78dd3fdd92eb2e0345258de08c539d540a4c6c4b89a9a0b33ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py3.10.egg
Algorithm Hash digest
SHA256 d28ad193146d1b1511958d9b08c0bc8f2f6fb970483f693c6b10b60c46631fea
MD5 92c2998c2d29d11caf18b15cb39d8579
BLAKE2b-256 4e7e75eccf3cdd900d92751246048a1c62f9e09170d1f3f28527f4c315aa966a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py3.9.egg
Algorithm Hash digest
SHA256 122d7be4a730fdc30a84b4f2ea6116bce6ceca65904cc5dac65935825a4b78a4
MD5 f4e86a3cce56bd1bb2f444b8a4192767
BLAKE2b-256 6ba031021eaef2727ff0193183aa49b029054045144568df82fe61dcaf9523a3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py3.8.egg
Algorithm Hash digest
SHA256 752172b454eadd2ae6b69f6035c732c28efce736eb7c1e94d8f21b9b84dfe586
MD5 3129869f1b9d61fb2c9896aa7e23fe4d
BLAKE2b-256 20e3fe9f3460ddd352fff305d66b78a3c29adb7273297827ff23d0620dd1c2f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py3.7.egg
Algorithm Hash digest
SHA256 4dc18a5928a673532446a49f8f3cc827f72d525ddefcc9d6c13926bfef72f66b
MD5 b3471c945de52a1cf27bce7706ce0347
BLAKE2b-256 137a0ade7b72b30c6b9fdc21024afec3c6b246520fbd060e1d3f47cab89546ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py3.6.egg
Algorithm Hash digest
SHA256 22cbe7f689c21fca36aaa8f153960ec3914815851760a3fa8354e693997bc2de
MD5 72ec47917124a66eea6bf00de4180afe
BLAKE2b-256 a75b52c82f9ecd5299818ddb436dace4f8dd386649819b9c9a84176b3eeb8ec3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.15.2-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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3aadf2f7a824d6301d7b0c01483c31e92c62868f09f3ec5671aa4249700ba613
MD5 71cdfbe55d324245fafa653c60d5343f
BLAKE2b-256 c8667787a07e9bc65fd8c946df2006355108e7370f855ab56f9dbf3dcd66c613

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for dtale-2.15.2-py2.7.egg
Algorithm Hash digest
SHA256 81ec33f43cd291ffc0013b6522748ae394a403dab83eec1a5cb9cebe8b3f4cee
MD5 dd4a560b02f7d71987c64383e484432a
BLAKE2b-256 928300acae63a11a46c905c3655707d36a2b4d73379a91dc556390dcbd620ada

See more details on using hashes here.

Supported by

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