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 thesoma_joinid
index column. (It’s a keystroke-saver.) Any other index columns have their domain set to match the maxdomain. If thesoma_joinid
column is not an index column at all, then no action is taken. Ifcheck_only
isTrue
, returns whether the operation would succeed if attempted, and a reason why it would not.