utility#

Basic utility functions for pandas objects.

Functions#

cast_to_common_type(x1, x2)

Cast two objects to the same datatype.

Classes#

CastProtocol(*args, **kwargs)

Type that as the dtype property and astype method.

Protocol()

Base class for protocol classes.

TypeVar(name, *constraints[, bound, ...])

Type variable.