We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc49d3 commit f4db33bCopy full SHA for f4db33b
pandas/_libs/tslibs/period.pyx
@@ -1355,7 +1355,7 @@ cdef class _Period(object):
1355
1356
Returns
1357
-------
1358
- int
+ int
1359
1360
See Also
1361
--------
@@ -1371,7 +1371,7 @@ cdef class _Period(object):
1371
>>> p = pd.Period("2018-02-01", "D")
1372
>>> p.week
1373
5
1374
-
+
1375
>>> p = pd.Period("2018-01-06", "D")
1376
1377
1
0 commit comments