📌  相关文章
📜  如何在 python 代码示例中从数据框中删除一些索引

📅  最后修改于: 2022-03-11 14:47:05.326000             🧑  作者: Mango

代码示例1
>>> df.drop(index='cow', columns='small')
                big
lama    speed   45.0
        weight  200.0
        length  1.5
falcon  speed   320.0
        weight  1.0
        length  0.3