pandas.period_range(start=None, end=None, periods=None, freq='D', name=None) Return a fixed frequency datetime index, with day (calendar) as the default frequency
| Parameters: |
start : starting value, period-like, optional end : ending value, period-like, optional periods : int, default None Number of periods in the index freq : str/DateOffset, default ‘D’ Frequency alias name : str, default None Name for the resulting PeriodIndex |
|---|---|
| Returns: |
prng : PeriodIndex |
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team
© 2008–2011 AQR Capital Management, LLC
© 2008–2014 the pandas development team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.period_range.html