head() will return the first 5 rows of the DataFrame. If you want more/less number of rows, you can specify n as an integer. data_1.head(6).
確定! 回上一頁