Home
What's New in 1.0.0
Getting started
User Guide
API reference
Development
Release Notes
Input/output
General functions
Series
DataFrame
Pandas arrays
Panel
Index objects
Date offsets
Window
GroupBy
Resampling
Style
Plotting
General utility functions
Extensions
pandas.RangeIndex.from_range
¶
classmethod
RangeIndex.
from_range
(
data
,
name=None
,
dtype=None
)
[source]
¶
Create RangeIndex from a range object.
Returns
RangeIndex
pandas.RangeIndex.step
pandas.Int64Index