To delete the first row of a data frame, you can use the negative indices as follows: data_frame = data_frame[-1,]. To keep labels from your ...
確定! 回上一頁