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 @@ -1342,15 +1342,14 @@ def date(self) -> npt.NDArray[np.object_]:
1342
1342
1343
1343
def isocalendar (self ) -> DataFrame :
1344
1344
"""
1345
- Returns a DataFrame with the year, week, and day calculated according to
1346
- the ISO 8601 standard.
1345
+ Calculate year, week, and day according to the ISO 8601 standard.
1347
1346
1348
1347
.. versionadded:: 1.1.0
1349
1348
1350
1349
Returns
1351
1350
-------
1352
1351
DataFrame
1353
- with columns year, week and day
1352
+ With columns year, week and day.
1354
1353
1355
1354
See Also
1356
1355
--------
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