Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Index.shape#

propertyIndex.shape[source]#

Return a tuple of the shape of the underlying data.

Examples

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

[8]ページ先頭

©2009-2025 Movatter.jp