modin-spreadsheet
modin-spreadsheet copied to clipboard
An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
### Environment * Operating System: Windows 10.0.22621 * Python Version: 3.10.11.final.0 `python 3.10.11 h11da44f_0 intel` * How did you install modin-spreadsheet: `pip install "modin[spreadsheet]"` Python packages: aiohttp==3.8.5 aiohttp-cors==0.7.0 aiosignal==1.3.1 ansicon==1.89.0...
### Environment * Operating System: Linux jupyter-modin-2dproject-2dmodin-2dhw4zx31y 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux * Python Version: `$ python --version` = Python 3.7.10 *...
### Environment * Operating System: * Python Version: `3.10.4` * How did you install modin-spreadsheet: `pip` * Python packages: Details ``` aiohttp==3.8.4 aiohttp-cors==0.7.0 aiosignal==1.3.1 altair==4.2.2 anyio==3.6.2 appnope==0.1.3 argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 asn1crypto==1.5.1...
### Environment * Operating System: windows * Python Version: `$ python --version` * How did you install modin-spreadsheet: pip install modin-spreadsheet * Python packages: `$ pip freeze` or `$ conda...
We have recently pushed some changes that have fixed modin-spreadsheet so that things aren't breaking. We should build a new release ASAP.
Add a method for building modin-spreadsheet through docker This will help users who might want to use Docker for development. Ex. https://discuss.modin.org/t/show-hide-columns-as-a-toolbar-function/214/3
Two modes for recording history: 1. Track all 2. Only compressed (default) Compressed mode will only keep the relevant history at any given point.
The history cell will output code that might error if it uses columns with number names because of how we format the variable names. The sort column code snippet is...
Rename to command to `Condense History`