8000
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 4131149 commit f797ab8Copy full SHA for f797ab8
pandas/core/generic.py
@@ -3669,12 +3669,12 @@ def tail(self, n=5):
3669
3670
Returns
3671
-------
3672
- obj_tail : type of caller
3673
- The last n rows of the caller object.
+ type of caller
+ The last `n` rows of the caller object.
3674
3675
See Also
3676
--------
3677
- pandas.DataFrame.head
+ pandas.DataFrame.head : The first `n` rows of the caller object.
3678
3679
Examples
3680
0 commit comments