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 33dfa6c commit 7765570Copy full SHA for 7765570
pandas/core/generic.py
@@ -8905,7 +8905,7 @@ def first(self: NDFrameT, offset) -> NDFrameT:
8905
"""
8906
Select initial periods of time series data based on a date offset.
8907
8908
- When having a DataFrame with dates as index, this function can
+ For a DataFrame with a sorted DatetimeIndex, this function can
8909
select the first few rows based on a date offset.
8910
8911
Parameters
0 commit comments