man-group/dtale

Visualizer for pandas data structures

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 13th, 2026
Created on July 15th, 2019
Open Issues & Pull Requests: 71 (+0)
GitHub issues: Enabled
Number of forks: 447
Total Stargazers: 5,220 (+0)
Total Subscribers: 67 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 days
Mean response time: 131.3 days
90th percentile: 174.5 days
Tracked items: 27

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 4% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 748 days
Stale 30+ days: 11
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • BackEnd (1)
  • UI (1)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

D-Tale is a web-based visualizer for pandas data structures that combines a Flask backend with a React frontend to enable interactive exploration and analysis of DataFrames, Series, and various index types directly from Python notebooks and terminals.

The tool addresses the challenge of exploring large or complex pandas objects by providing an intuitive graphical interface rather than requiring manual inspection through code. It launches a lightweight web client that displays data in an interactive grid format, eliminating the friction of switching between Python code and external analysis tools. The approach integrates seamlessly into existing Python workflows, particularly within Jupyter notebooks and IPython environments where users can spawn the visualization with minimal setup.

D-Tale suits data scientists and analysts who need rapid exploratory data analysis without leaving their Python environment. It works well for projects where quick visual inspection of data structure contents, distributions, and relationships accelerates understanding before deeper analysis. The tool supports charting capabilities including choropleth maps, 3D scatter plots, surface charts, and network analysis visualizations, making it useful for teams already invested in the pandas ecosystem who want to avoid context-switching to separate visualization software.

The project maintains active engagement with its codebase, incorporating user feedback through issue discussions and pull request reviews. Development shows responsiveness to reported problems and feature requests, with maintainers providing detailed explanations in technical discussions. The project demonstrates sustained attention to code quality and compatibility across Python versions and pandas updates.