A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pandas.pydata.org/pandas-docs/stable/reference/api/../api/pandas.Period.start_time.html below:

pandas.Period.start_time — pandas 2.3.1 documentation

Get the Timestamp for the start of the period.

Returns:
Timestamp

See also

Period.end_time

Return the end Timestamp.

Period.dayofyear

Return the day of year.

Period.daysinmonth

Return the days in that month.

Period.dayofweek

Return the day of the week.

Examples

>>> 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')

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4