I have a df with 32 columns df.shape(568285, 32) I am trying to rearrange the columns in a specific way, and drop the first column using iloc df = df.iloc[: ...
確定! 回上一頁