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

This version

2.9.0

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

Uploaded Source

Built Distributions

dtale-2.9.0-py3.10.egg (13.1 MB view details)

Uploaded Source

dtale-2.9.0-py3.9.egg (13.1 MB view details)

Uploaded Source

dtale-2.9.0-py3.8.egg (13.1 MB view details)

Uploaded Source

dtale-2.9.0-py3.7.egg (13.1 MB view details)

Uploaded Source

dtale-2.9.0-py3.6.egg (13.1 MB view details)

Uploaded Source

dtale-2.9.0-py2.py3-none-any.whl (12.8 MB view details)

Uploaded Python 2 Python 3

dtale-2.9.0-py2.7.egg (13.1 MB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: dtale-2.9.0.tar.gz
  • Upload date:
  • Size: 12.4 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.0.tar.gz
Algorithm Hash digest
SHA256 368fc4276ad520d108cb313e41ca0e296ab990e6e294354890ca9736baef9277
MD5 01b972efd4a86fb476e4d779751e0f00
BLAKE2b-256 c1c6ab5d1138d237eee2688e08ff5f5599aa2d13fed583836410991c5ce855bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py3.10.egg
  • Upload date:
  • Size: 13.1 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.0-py3.10.egg
Algorithm Hash digest
SHA256 e3f6ae9c9596c13e8c68b32bc9d5e2e4dd1ec287da8ea8d8f2377ecf6cff497a
MD5 7212bfe3750e420fa00e105b49a0b50a
BLAKE2b-256 775b13c7c57e261dacf143cfa109e3e8973817267f0d26bf6c97a2e0b2dd3988

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py3.9.egg
  • Upload date:
  • Size: 13.1 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.0-py3.9.egg
Algorithm Hash digest
SHA256 08695563b8bbbceae63f834e7599edb2d79aa9737826979b7442c9bbcb419470
MD5 40889567ce3b8dcd6a55fd9540701a51
BLAKE2b-256 89242593a573f7215c9f528d4d4ec49b48fe43308f1baa491ee63d6886cbc348

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py3.8.egg
  • Upload date:
  • Size: 13.1 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.0-py3.8.egg
Algorithm Hash digest
SHA256 33834d84c518cc349e83c58a318c590b273d330bddc5dc3412db7e3f5c369d20
MD5 2e9bb56f08867bc18e86d13dfba387b1
BLAKE2b-256 73771416f86b7bf1a3a0fc51b1720e1aed5048b53a5748e850835dcf7eba8518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py3.7.egg
  • Upload date:
  • Size: 13.1 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.0-py3.7.egg
Algorithm Hash digest
SHA256 2dbfb2df08f1f472cd465c5d0754d6db1bd8a871831d91b9b21852f625484b27
MD5 abd347842709e534a72f4ed26b0dab3b
BLAKE2b-256 bfc7e2a9cae9b2dfcebb1faf64a6dc47c284067fd5154be719fa7f2a9beced73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py3.6.egg
  • Upload date:
  • Size: 13.1 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.0-py3.6.egg
Algorithm Hash digest
SHA256 ac5082a244af9e62653686bb7aff9eb58d0411372bb1681af39276aa1db27a7c
MD5 40d30858352ff7acd679739adbbf2133
BLAKE2b-256 338ca16ebf02b27df8d4250b560417c383f3b8d57c485c191d773d5caff636a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.8 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.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ef44f2efca2feb68603f89b1a7b6c4f53fc6c76a92d3797d031e9f37ff86ab48
MD5 0c69f728ad7883c20a2bee558c678031
BLAKE2b-256 684357030e83e9292fe18f8f5d1915e42eb9e6843db3dd1d468fc03c1950a5bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dtale-2.9.0-py2.7.egg
  • Upload date:
  • Size: 13.1 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.0-py2.7.egg
Algorithm Hash digest
SHA256 16d87355d3ec590071fb90f65e238983ac4c68a0c6e203b2454fd8fa90d328c2
MD5 7517ad067fb4eab45b396540bd9be283
BLAKE2b-256 a3bfa3f40cc99eddb917a3d3cf57df4cf76414bd912d67a0ad39a8c6827c1312

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