From 67139e608c25050a39b6a97f6bc5a7bb1a79b0b2 Mon Sep 17 00:00:00 2001 From: Sayed Qaiser Ali <66676360+sqali@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:30:28 +0530 Subject: [PATCH 1/2] Update ecosystem.md replaced qgrid with modin-spreadsheet in docs --- web/pandas/community/ecosystem.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 957a8d38b204c..b21ea2c82f3f7 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -210,10 +210,11 @@ or may not be compatible with non-HTML Jupyter output formats.) See [Options and Settings](https://pandas.pydata.org/docs/user_guide/options.html) for pandas `display.` settings. -### [quantopian/qgrid](https://github.com/quantopian/qgrid) +### [modin-project/modin-spreadsheet](https://github.com/modin-project/modin-spreadsheet) -qgrid is "an interactive grid for sorting and filtering DataFrames in -IPython Notebook" built with SlickGrid. +modin-spreadsheet is an interactive grid for sorting and filtering DataFrames in IPython Notebook. +It is a fork of qgrid and is actively maintained by the modin project. +modin-spreadsheet provides similar functionality to qgrid and allows for easy data exploration and manipulation in a tabular format. ### [Spyder](https://www.spyder-ide.org/) From 2b6feddae12dff6a8faf0f695417ee6989e299be Mon Sep 17 00:00:00 2001 From: Sayed Qaiser Ali <66676360+sqali@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:37:57 +0530 Subject: [PATCH 2/2] Update ecosystem.md removed the trailing spaces --- web/pandas/community/ecosystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index b21ea2c82f3f7..fba50faac3e58 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -212,8 +212,8 @@ for pandas `display.` settings. ### [modin-project/modin-spreadsheet](https://github.com/modin-project/modin-spreadsheet) -modin-spreadsheet is an interactive grid for sorting and filtering DataFrames in IPython Notebook. -It is a fork of qgrid and is actively maintained by the modin project. +modin-spreadsheet is an interactive grid for sorting and filtering DataFrames in IPython Notebook. +It is a fork of qgrid and is actively maintained by the modin project. modin-spreadsheet provides similar functionality to qgrid and allows for easy data exploration and manipulation in a tabular format. ### [Spyder](https://www.spyder-ide.org/)