File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -1328,15 +1328,14 @@ def date(self) -> npt.NDArray[np.object_]:
1328
1328
1329
1329
def isocalendar (self ) -> DataFrame :
1330
1330
"""
1331
- Returns a DataFrame with the year, week, and day calculated according to
1332
- the ISO 8601 standard.
1331
+ Calculate year, week, and day according to the ISO 8601 standard.
1333
1332
1334
1333
.. versionadded:: 1.1.0
1335
1334
1336
1335
Returns
1337
1336
-------
1338
1337
DataFrame
1339
- with columns year, week and day
1338
+ With columns year, week and day.
1340
1339
1341
1340
See Also
1342
1341
--------
Original file line number Diff line number Diff line change @@ -243,15 +243,14 @@ def freq(self):
243
243
244
244
def isocalendar (self ):
245
245
"""
246
- Returns a DataFrame with the year, week, and day calculated according to
247
- the ISO 8601 standard.
246
+ Calculate year, week, and day according to the ISO 8601 standard.
248
247
249
248
.. versionadded:: 1.1.0
250
249
251
250
Returns
252
251
-------
253
252
DataFrame
254
- with columns year, week and day
253
+ With columns year, week and day.
255
254
256
255
See Also
257
256
--------
You can’t perform that action at this time.
0 commit comments