col_wrappers.wrap_pint

wrap_pint(value, col_index=0, **kwargs)

Wrap Pint quantities with equals prefix in RHS columns.

Parameters

value : pint.Quantity Pint quantity to wrap col_index : int, optional Column index (0 = LHS, 1+ = RHS) **kwargs Ignored

Returns

tuple[str, str] (‘=’, ’‘) for RHS, (’‘,’’) for LHS