col_wrappers.wrap_numeric
wrap_numeric(value, col_index=0, **kwargs)Wrap numeric types with equals prefix in RHS columns.
Parameters
value : int | float Numeric value to wrap col_index : int, optional Column index (0 = LHS, 1+ = RHS) **kwargs Ignored
Returns
tuple[str, str] (‘=’, ’‘) for RHS, (’‘,’’) for LHS