删除前后几行2022-07-02 本文已影响0人 Noza_ea8fdf.drop(df.tail(2).index, inplace=True) # 删除末尾2行 df.drop(df.head(6).index, inplace=True) # 删除前7行