gpt4 book ai didi

python - Pandas 重命名索引值

转载 作者:太空狗 更新时间:2023-10-29 17:58:32 25 4
gpt4 key购买 nike

我在 Pandas (python)中有以下数据框:

      B.  X.  Y.  
A
alpha 3. 5. 5
beta 9. 9. 11

我想将“alpha”更改为另一个名称,例如“mu”。我该怎么办?

最佳答案

使用rename带有参数 index
将字典传递给 index 参数

df.rename(index={'alpha': 'mu'})

enter image description here

关于python - Pandas 重命名索引值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40855900/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com