tiledbsoma.DataFrame.tiledbsoma_upgrade_soma_joinid_shape

DataFrame.tiledbsoma_upgrade_soma_joinid_shape(newshape: int, check_only: bool = False) Tuple[bool, str]

This is like upgrade_domain, but it only applies the specified domain update to the soma_joinid index column. (It’s a keystroke-saver.) Any other index columns have their domain set to match the maxdomain. If the soma_joinid column is not an index column at all, then no action is taken. If check_only is True, returns whether the operation would succeed if attempted, and a reason why it would not.