ctrl+shift+a
bam.set_option("global.export_transformation_descriptions", True)
in your Jupyter cell.import bamboolib as bam
bam
you now can also read in Excel spreadsheetsunknown semantic datatype Error
when faced with a boolean column that only has one unique value.bamboolib.Text
and Button
to plugin docs.resample
functionality.NA
type for missing values. We fixed a bug that cause the PlotCreator to throw an error when confronted with pd.NA
.undo_levels
bam.set_config("global.undo_levels", 0)
).Int64
, Int32
, etc.float
column to integer and just nothing happens when you run the code? In most cases, that's because there are NaNs
in the column you want to convert. When converting float
to int
, bamboolib makes sure that really happens by exploiting pandas nullable Int
types.2020-01-01
as Jan 1, 2020
.~/.bamboolib/LICENSE
that can be used for automatic license activation in docker or on other computers / VMsdf_left
and there is a key with the same name in df_right
, we will automatically select that key. Also, the exported code simplifies when a merge with same keys has been carried out.bam.enable()
anymore in order to show bamboolib when printing df
.