To do this, use the notation data[rows, columns] , where rows and columns are vectors of integers. # Return row 1 df[1, ] # Return column 5 df[, 5] ...
確定! 回上一頁