NumericalDtype 类
定义受支持的数值数据类型。
名称对应于 pandas.api.types.infer_dtype() 的输出。
- 继承
-
builtins.objectNumericalDtype
构造函数
NumericalDtype()
属性
CONVERTIBLE
CONVERTIBLE = {'decimal', 'floating', 'integer', 'mixed-integer-float'}
Decimal
Decimal = 'decimal'
Empty
Empty = 'empty'
FULL_SET
FULL_SET = {'decimal', 'empty', 'floating', 'integer', 'mixed-integer-float'}
Floating
Floating = 'floating'
Integer
Integer = 'integer'
MixedIntegerFloat
MixedIntegerFloat = 'mixed-integer-float'
反馈
提交和查看相关反馈