Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pandas/_libs/tslibs/period.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2842,6 +2842,11 @@ class Period(_Period):
"""
Represents a period of time.

A `Period` represents a specific time span rather than a point in time.
Unlike `Timestamp`, which represents a single instant, a `Period` defines a
duration, such as a month, quarter, or year. The exact representation is
determined by the `freq` parameter.

Parameters
----------
value : Period, str, datetime, date or pandas.Timestamp, default None
Expand Down