Skip to content

Commit 49fbd6b

Browse files
committed
DOC: Simpler short summary (pandas-dev#22894)
1 parent f71d48f commit 49fbd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7366,7 +7366,7 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
73667366
label=None, convention='start', kind=None, loffset=None,
73677367
limit=None, base=0, on=None, level=None):
73687368
"""
7369-
Resample a time series by changing the frequency of the index.
7369+
Resample time-series data.
73707370
73717371
Convenience method for frequency conversion and resampling of time
73727372
series. Object must have a datetime-like index (``DatetimeIndex``,

0 commit comments

Comments
 (0)