You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D-Tale is a lightweight web client for visualizing pandas data structures. It
160
+
provides a rich spreadsheet-style grid which acts as a wrapper for a lot of
161
+
pandas functionality (query, sort, describe, corr...) so users can quickly
162
+
manipulate their data. There is also an interactive chart-builder using Plotly
163
+
Dash allowing users to build nice portable visualizations. D-Tale can be
164
+
invoked with the following command
165
+
166
+
.. code:: python
167
+
168
+
import dtale; dtale.show(df)
169
+
170
+
D-Tale integrates seamlessly with jupyter notebooks, python terminals, kaggle
171
+
& Google Colab. Here are some demos of the `grid <http://alphatechadmin.pythonanywhere.com/>`__
172
+
and `chart-builder <http://alphatechadmin.pythonanywhere.com/charts/4?chart_type=surface&query=&x=date&z=Col0&agg=raw&cpg=false&y=%5B%22security_id%22%5D>`__.
0 commit comments