Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.Series.keys#

Series.keys()[source]#

Return alias for index.

Returns:
Index

Index of the Series.

Examples

>>>s=pd.Series([1,2,3],index=[0,1,2])>>>s.keys()Index([0, 1, 2], dtype='int64')

[8]ページ先頭

©2009-2025 Movatter.jp