🌈 搜索
📅  最后修改于: 2022-03-11 14:46:52.579000             🧑  作者: Mango
# Returns the first n rows df.head() # Row(age=2, name=u'Alicz') df.head(1) # [Row(age=2, name=u'Alice')]