File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 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_]:
13421342
13431343 def isocalendar (self ) -> DataFrame :
13441344 """
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.
13471346
13481347 .. versionadded:: 1.1.0
13491348
13501349 Returns
13511350 -------
13521351 DataFrame
1353- with columns year, week and day
1352+ With columns year, week and day.
13541353
13551354 See Also
13561355 --------
Original file line number Diff line number Diff line change @@ -243,15 +243,14 @@ def freq(self):
243243
244244 def isocalendar (self ):
245245 """
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.
248247
249248 .. versionadded:: 1.1.0
250249
251250 Returns
252251 -------
253252 DataFrame
254- with columns year, week and day
253+ With columns year, week and day.
255254
256255 See Also
257256 --------
You can’t perform that action at this time.
0 commit comments