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

Uploaded Source

Built Distributions

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Source

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

Uploaded Python 2 Python 3

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

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0.tar.gz
Algorithm Hash digest
SHA256 2997d0e173ed234988d256ee64e1967a3e57bbc2409433e4d25eecc5ef39a451
MD5 2d5529308327861983a3589226f16f29
BLAKE2b-256 ddc6506a55e715c35243c4b31ef836cc73f2d261772a82e78e96eaab6365bfd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py3.10.egg
Algorithm Hash digest
SHA256 c1a25689d1371c5a64f292c22bce06a24de059026a68807227d48ad2d3e111fc
MD5 eebcedcda36e30c875869635bb5ab715
BLAKE2b-256 29d1b6a993c48e050add745a4accf4f0e8ca421191ee046e288525a352de7fad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py3.9.egg
Algorithm Hash digest
SHA256 83883620ff790dbd654b9df1de5456980f239664f98d01ffef47525ed48e5bdf
MD5 a7dc1343ad2d683fd88b776dfd2a2b92
BLAKE2b-256 4504454845a3ffc81f2b021ddb303bdffba5cf54c720085bd404ceb82e39be15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py3.8.egg
Algorithm Hash digest
SHA256 62d6f8db24e94eccc8138a4de5343ad00fe0d44196591b3495542cb4fdd8808c
MD5 2ab4c0200727719e9bc0108f77b05ca5
BLAKE2b-256 fe1f8348d27dbec8e15b8a069cdd07a9897419cbaab72b268e14c715f4972611

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py3.7.egg
Algorithm Hash digest
SHA256 30b167e1e195798b4d432745220c05e9f72808f8927bb49d8a054415a61d011b
MD5 8403396557c9d55d1f18533eb4e40f8d
BLAKE2b-256 beb67008f3080d8ca98332b3143826936e3034a8841d282c41a5a402eaea9930

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py3.6.egg
Algorithm Hash digest
SHA256 10d413a71fe62d81ad1a948a85cfe415c099f648a6a54d564469083edefc0fed
MD5 05aeaed9c6c11f93dbca7d671c8a1e25
BLAKE2b-256 4a3449c1d0b843aa1a0610f5262272839813ac4683c5ff9a8d9711b23c8017cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1d8f02501635f8a001019b13f25b2f1d2e8404975b437be4d13eb7f9c698fd10
MD5 9171dafa92c1469051bfb295c055cab5
BLAKE2b-256 2e82b7f1c0ae2859997d87051efa50b5a5aa7f93405e4647b9fb648c3a9f3497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.10.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.10.0-py2.7.egg
Algorithm Hash digest
SHA256 c76961feca6daa522f4a4963c5b3280b66073a3e25b07d7fe6703f7d8fef41c0
MD5 74fbe7037b9fbb58f11bf7b921417eea
BLAKE2b-256 9e008325fb9dbe0babba1ba75272e1c2b9f48f262e4ae557919ff6620b9be916

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