mesmerize-core icon indicating copy to clipboard operation
mesmerize-core copied to clipboard

add caiman.backup_dataframe(), change index parsing

Open kushalkolar opened this issue 1 year ago • 0 comments

caiman.backup_dataframe() creates a backup copy of the dataframe

Modifier @_index_parser so that it doesn't allow int indexing, in case the integer indexing has been reset. This will also allow using get_parent(), get_children() between dataframes since it now only uses the UUID. @_index_parser will also accept pd.Series of a single batch item and return the UUID.

kushalkolar avatar Sep 29 '22 22:09 kushalkolar