Richard Lin

Results 15 issues of Richard Lin

If I have working hours 9am-6pm, but don't want breaks at 1-2pm. Same effect as having multiple working hour periods, but maybe easier to reason about.

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...

bug

Rename to command to `Condense History`

Section from README.rst ``` Running the demo notebooks locally ---------------------------------- There are a couple of demo notebooks in the `qgrid-notebooks `_ repository which will help you get familiar with the...

Right now if you edit a date column, the history will look like: ``` # Edit cell df.loc[(1, 'Date')]=Timestamp('2013-01-15 00:00:00') unfiltered_df.loc[(1, 'Date')]=Timestamp('2013-01-15 00:00:00') ``` If you call spreadsheet.apply_history(), Timestamp is...

Button on column header or a right click menu to drop a column.

enhancement