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
Copy file name to clipboardExpand all lines: README.rst
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,18 @@
7
7
=================
8
8
modin-spreadsheet
9
9
=================
10
-
Modin-spreadsheet is a Jupyter notebook widget which uses `SlickGrid <https://github.com/mleibman/SlickGrid>`_ to render pandas
11
-
DataFrames within a Jupyter notebook. This allows you to explore your DataFrames with intuitive scrolling, sorting, and
12
-
filtering controls, as well as edit your DataFrames by double clicking cells.
13
-
14
-
TODO: Add about history
15
-
16
-
Modin-spreadsheet is forked from Qgrid, which was developed by Quantopian. To learn more about Qgrid, here is an `introduction on YouTube <https://www.youtube.com/watch?v=AsJJpgwIX0Q>`_.
10
+
Modin-spreadsheet is the underlying package for the `Modin <https://modin.readthedocs.io>`_ Spreadsheet API. It renders
11
+
DataFrames within a Jupyter notebook as a spreadsheet and makes it easy to explore with intuitive scrolling, sorting,
12
+
and filtering controls. The spreadsheet allows click editing, adding/removing rows, etc. and can also be controlled
13
+
using the API. Modin-spreadsheet also records the history of changes made so that you can share or reproduce your
14
+
results.
15
+
16
+
Modin-spreadsheet builds on top of `SlickGrid <https://github.com/mleibman/SlickGrid>`_ and Modin to provide a highly
17
+
responsive experience even on DataFrames with 100,000 rows.
18
+
19
+
Modin-spreadsheet is forked from Qgrid, which was developed by Quantopian. Some documentation will reference Qgrid
20
+
documentation as we continue to build out our own documentation. To learn more about Qgrid, here is an
21
+
`introduction on YouTube <https://www.youtube.com/watch?v=AsJJpgwIX0Q>`_.
17
22
18
23
Here is an example of the Modin-spreadsheet widget in action.
0 commit comments