Name
to Uppercase, you can write the formula =UPPER(Name)
in the Name
column itself. Not having to use helper columns helps you keep your dataframes clean. iloc
instead of loc
. jupyter notebook
to and render a mitosheet as you normally would.column
key with a large number of unique values will cause performance problems.analysis_to_replay
parameter to the mitosheet.sheet()
call. This will stop Mito generated code from getting deleted from the sheet, as it did in the past!Starts With
and Ends With.
mitosheet
package now supports JupyterLab 3.0. We will continue to maintain the mitosheet3
package. The mitosheet2
package now supports JupyterLab 2.0.mitosheet
package is now dramatically more flexible in supporting older versions of Pandas.unique in left
and unique in right
merge types find only the values that are not contained in the other sheet.shift
or cmd
and pressing delete
.python -m mitosheet turnoffdataframebutton
left
, right
, inner
, outter
, and lookup
style joins!EXP
sheet function is now available. It calculates raising e
to the power of the passed series.import mitosheet
. For example, you can now use import mitosheet as ms
.