📌  相关文章
📜  获取数据框 pandas 的尾部 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:25.380000             🧑  作者: Mango

代码示例1
#Returns the last 10 rows of the df
df.tail(10)