Skip to content

DOC: added D-Tale to the visualizations section of Ecosystem page #34396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2020

Conversation

aschonfeld
Copy link
Contributor

@aschonfeld aschonfeld changed the title DOC: GH34376 added D-Tale visualizations section of Pandas Ecosystem doc DOC: GH34376 added D-Tale to the visualizations section of Pandas Ecosystem doc May 26, 2020
@jreback jreback added this to the 1.1 milestone May 26, 2020
@jreback
Copy link
Contributor

jreback commented May 26, 2020

lgtm. @datapythonista @jorisvandenbossche

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aschonfeld, added few comments.

`D-Tale <https://github.com/man-group/dtale>`__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

D-Tale is the combination of a Flask back-end and React front-end to bring you an easy way to view, edit & analyze Pandas data structures. Also, includes a fully-featured chart builder by way of Plotly Dash. It integrates seamlessly with jupyter notebooks, python terminals, kaggle & Google Colab. Currently this tool supports such Pandas objects as DataFrame, Series, MultiIndex, DatetimeIndex & RangeIndex. A nice demo is located `here <http://alphatechadmin.pythonanywhere.com/>`__.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

About the format:

  • Can you write this in multiple lines, like 80 characters long or so.
  • Can you make pandas lowercase everywhere, is how we capitalize it.

I don't know about D-Tale, but I don't find this description very useful. I think it goes into details like that it uses flask and react, that it works in notebooks, or the data types, but after reading this I still have no idea why it can be useful to me.

Clicking in the demo feels like a spreadsheet UI for pandas dataframes. Do you mind rephrasing this so users understand how this can be useful for them, instead of writing implementation details.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@datapythonista I reworked the description and hopefully its a little clearer now but maybe too verbose. One question I had was on the little code snippet to invoke D-Tale. Should I keep it or drop it? I know its ugly with the import and execution in one-line but I didn't want to take up more space. Thanks

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great now, really clear.

Thanks @aschonfeld

@jorisvandenbossche jorisvandenbossche changed the title DOC: GH34376 added D-Tale to the visualizations section of Pandas Ecosystem doc DOC: added D-Tale to the visualizations section of Ecosystem page May 27, 2020
@jorisvandenbossche jorisvandenbossche merged commit 70d7c04 into pandas-dev:master May 27, 2020
@jorisvandenbossche
Copy link
Member

Thanks!

@aschonfeld aschonfeld deleted the doc-34376 branch May 27, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Add D-Tale to Visualizations section of Pandas Ecosystem
4 participants