We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cc5cf commit 9d16f4aCopy full SHA for 9d16f4a
pandas/core/generic.py
@@ -3582,7 +3582,7 @@ def head(self, n=5):
3582
5 parrot
3583
6 shark
3584
3585
- Viewing the first 5 lines (the default)
+ Viewing the first 5 lines
3586
>>> df.head()
3587
animal
3588
0 bear
@@ -3633,7 +3633,7 @@ def tail(self, n=5):
3633
3634
3635
3636
- Viewing the last 5 lines (the default)
+ Viewing the last 5 lines
3637
>>> df.tail()
3638
3639
2 falcon
0 commit comments