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.
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
, orspreadsheet
instead ofqgrid
.Usage of
qgrid
was not fully replaced in the README and thedocs/
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.