woodwork.logical_types.Integer#

woodwork.logical_types.Integer[源代码]#

表示包含不带小数部分的整数(正数、负数和零 (0))的逻辑类型。具有标准标签“numeric”。

示例

[100, 35, 0]
[-54, 73, 11]
__init__()#

方法

__init__()

transform(series[, null_invalid_values])

如果序列 dtype 与逻辑类型不同,则将其转换为匹配该逻辑类型的 dtype。

validate(series, *args, **kwargs)

验证逻辑类型与序列 dtype 是否一致。

属性

primary_dtype

standard_tags

type_string