modin-project / modin-spreadsheet

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
21 stars 5 forks source link

REFACTOR-#6: Update `qgrid` references in code and documentation #7

Closed richardlin047 closed 3 years ago

richardlin047 commented 3 years ago

This PR addresses https://github.com/modin-project/qgrid/issues/6 and is a follow up to https://github.com/modin-project/qgrid/pull/5.

This PR makes minimal changes to functionality, but there are some behavior changes. Function names, variable names, documentation, css classes, file names, and some configuration files have been updated to use some form of modin-spreadsheet, modin_spreadsheet, or spreadsheet instead of qgrid.

Usage of qgrid was not fully replaced in the README and the docs/ folder (generates live documentation), as much of the content will be eventually replaced to make it relevant to Modin.

Next Steps: Update the README and docs/ to use content relevant to Modin and Modin users.