can_castΒΆ
Determines if one data type can be cast to another data type according to type promotion rules (see type-promotion).
Abstract Signature:
can_cast(from_: Union[dtype, array], to: dtype)
Determines if one data type can be cast to another data type according to type promotion rules (see type-promotion).
Abstract Signature:
can_cast(from_: Union[dtype, array], to: dtype)