We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c40d15 commit 8f62b94Copy full SHA for 8f62b94
pandas/tseries/period.py
@@ -51,7 +51,7 @@ class Period(PandasObject):
51
value : Period or compat.string_types, default None
52
The time period represented (e.g., '4Q2005')
53
freq : str, default None
54
- e.g., 'B' for businessday
+ e.g., 'B' for businessday. Must be a singlular rule-code (e.g. 5T is not allowed).
55
year : int, default None
56
month : int, default 1
57
quarter : int, default None
0 commit comments