diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 6c6a7f42d4b7e..62065f016e438 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -153,6 +153,23 @@ A good implementation for Python users is `has2k1/plotnine `__ library enables DataFrame visualization and manipulation in PyQt4 and PySide applications. +`D-Tale `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +D-Tale is a lightweight web client for visualizing pandas data structures. It +provides a rich spreadsheet-style grid which acts as a wrapper for a lot of +pandas functionality (query, sort, describe, corr...) so users can quickly +manipulate their data. There is also an interactive chart-builder using Plotly +Dash allowing users to build nice portable visualizations. D-Tale can be +invoked with the following command + +.. code:: python + + import dtale; dtale.show(df) + +D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle +& Google Colab. Here are some demos of the `grid `__ +and `chart-builder `__. .. _ecosystem.ide: