Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Index.name#

propertyIndex.name[source]#

Return Index or MultiIndex name.

Examples

>>>idx=pd.Index([1,2,3],name='x')>>>idxIndex([1, 2, 3], dtype='int64',  name='x')>>>idx.name'x'

[8]ページ先頭

©2009-2025 Movatter.jp