To return the last n rows use DataFrame.tail([n]) df.tail(n). Without the argument n, these functions return 5 rows. Note that the slice notation for head ...
確定! 回上一頁