用法:
Period.start_time
獲取時段開始的時間戳。
- 時間戳
返回:
例子:
>>> period = pd.Period('2012-1-1', freq='D') >>> period Period('2012-01-01', 'D')
>>> period.start_time Timestamp('2012-01-01 00:00:00')
>>> period.end_time Timestamp('2012-01-01 23:59:59.999999999')
相關用法
- Python pandas.Period.strftime用法及代碼示例
- Python pandas.Period.second用法及代碼示例
- Python pandas.Period.dayofyear用法及代碼示例
- Python pandas.Period.qyear用法及代碼示例
- Python pandas.Period.day用法及代碼示例
- Python pandas.Period.minute用法及代碼示例
- Python pandas.Period.dayofweek用法及代碼示例
- Python pandas.Period.day_of_week用法及代碼示例
- Python pandas.Period.week用法及代碼示例
- Python pandas.Period.day_of_year用法及代碼示例
- Python pandas.Period.days_in_month用法及代碼示例
- Python pandas.Period.daysinmonth用法及代碼示例
- Python pandas.Period.hour用法及代碼示例
- Python pandas.Period.weekday用法及代碼示例
- Python pandas.Period.weekofyear用法及代碼示例
- Python pandas.PeriodIndex用法及代碼示例
- Python pandas.PeriodIndex.asfreq用法及代碼示例
- Python pandas.PeriodIndex.strftime用法及代碼示例
- Python pandas.PeriodDtype用法及代碼示例
- Python pandas.arrays.IntervalArray.is_empty用法及代碼示例
注:本文由純淨天空篩選整理自pandas.pydata.org大神的英文原創作品 pandas.Period.start_time。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。