Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Float32Dtype#

classpandas.Float32Dtype[source]#

An ExtensionDtype for float32 data.

This dtype usespd.NA as missing value indicator.

Attributes

None

Methods

None

Examples

For Float32Dtype:

>>>ser=pd.Series([2.25,pd.NA],dtype=pd.Float32Dtype())>>>ser.dtypeFloat32Dtype()

For Float64Dtype:

>>>ser=pd.Series([2.25,pd.NA],dtype=pd.Float64Dtype())>>>ser.dtypeFloat64Dtype()

[8]ページ先頭

©2009-2025 Movatter.jp