head(obj, n=6, *args, **kwargs)
Return the first n elements / rows of obj.
R equivalent: head()
head()