footings.data_dictionary.PandasDtype

class PandasDtype(value)[source]

Enum container of all valid pandas data types.

This was copied from the pandera project and modified.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

Bool

Category

Complex

Complex256

Complex64

DateTime

Float

Float16

Float32

INT16

INT32

INT64

INT8

Int

Int16

Int32

Int8

Object

String

Timedelta

UINT16

UINT32

UINT64

UINT8

UInt16

UInt32

UInt64

UInt8