Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1719

Add D-Tale

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/aschonfeld/add_dtale into master Jan 22, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Created by: aschonfeld

What is this Python project?

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 jupyter notebooks & python/jupyter terminals. Currently this tool supports such Pandas objects as DataFrame, Series, MultiIndex, DatetimeIndex & RangeIndex.

What's the difference between this Python project and similar ones?

As far as I can tell there isn't anything for Exploratory Data Analysis on awesome-python yet so this might be in its own class. The difference between this project and the ones in Data Visualization is that this one will allow users to apply a GUI to their pandas objects w/ one line of code dtale.show(df). This GUI comes complete with the following key features:

  • Smooth grid for sorting, filtering, selecting & editing
  • Chart builder created on top of plotly-dash
  • Network analysis using a combination of networkx & the JS package vis-network
  • Code exports so you can learn pandas as you perform operations This package can also be integrated into your own Streamlit notebooks & Flask or Django applications. There are links to detailed instructions on how to do both in the README.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/aschonfeld/add_dtale