File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3607,8 +3607,8 @@ def head(self, n=5):
3607
3607
"""
3608
3608
Return the first `n` rows.
3609
3609
3610
- This function returns the first `n` rows for the object based on the
3611
- underlying index . It is useful for quickly testing if your object
3610
+ This function returns the first `n` rows for the object based
3611
+ on position . It is useful for quickly testing if your object
3612
3612
has the right type of data in it.
3613
3613
3614
3614
Parameters
@@ -3619,7 +3619,7 @@ def head(self, n=5):
3619
3619
Returns
3620
3620
-------
3621
3621
obj_head : type of caller
3622
- The first n rows of the caller object.
3622
+ The first `n` rows of the caller object.
3623
3623
3624
3624
See Also
3625
3625
--------
@@ -3651,7 +3651,7 @@ def head(self, n=5):
3651
3651
3 lion
3652
3652
4 monkey
3653
3653
3654
- Viewing the first n lines (three in this case)
3654
+ Viewing the first `n` lines (three in this case)
3655
3655
3656
3656
>>> df.head(3)
3657
3657
animal
You can’t perform that action at this time.
0 commit comments