Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Series.dtypes#

propertySeries.dtypes[source]#

Return the dtype object of the underlying data.

Examples

>>>s=pd.Series([1,2,3])>>>s.dtypesdtype('int64')

[8]ページ先頭

©2009-2025 Movatter.jp