Registry / data / dtale

dtale

JSON →
library3.22.0pypypi✓ verified 34d ago

A web-based visualizer for pandas DataFrames, offering an intuitive GUI for data exploration, transformation, and analysis. Current version is 3.22.0, with regular releases every few months.

dataweb-framework
Install & Compatibility
Where this runs
tested against v3.22.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.910 runs
build_error
glibc
py 3.103.910 runs
installs and imports cleanly · install 31.4s · import 8.450s · 780MB
815MB installed
● package 815MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

top-level module, no subpackage import needed

import dtale

main function to launch UI

from dtale import show

Launch D-Tale UI for a DataFrame, disable subprocess and browser auto-open for script usage.

import pandas as pd import dtale df = pd.DataFrame({'x': [1,2,3], 'y': [4,5,6]}) d = dtale.show(df, subprocess=False, open_browser=False) print('Data opened at:', d._main_url) d.close()
dtale --version
Debug
Known footguns
breakingVersion 3.22.0 fixes CWE-502 unsafe deserialization in Redis/Shelve backends. If you use those storage backends, upgrade immediately.
deprecatedIn older versions, the default behavior was to run a subprocess and open browser automatically. In recent versions, subprocess=False and open_browser=False are recommended for scripting.
gotchaCalling dtale.show() multiple times without closing previous instances can cause port conflicts. Always close with instance.close() or reuse the same instance.
breakingIn version 3.17.0, dash 3.0.0 support introduced breaking changes; custom code using dash internals may need updates.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
18 hits · last 30 days
gptbot
4
amazonbot
4
ahrefsbot
3
claudebot
3
chatgpt-user
2
script
1
Resources