Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K

pandas.RangeIndex.step#

propertyRangeIndex.step[source]#

The value of thestep parameter (1 if this was not supplied).

Examples

>>>idx=pd.RangeIndex(5)>>>idx.step1
>>>idx=pd.RangeIndex(2,-10,-3)>>>idx.step-3

Even ifpandas.RangeIndex is empty,step is still1 ifnot supplied.

>>>idx=pd.RangeIndex(1,0)>>>idx.step1

[8]ページ先頭

©2009-2025 Movatter.jp