标签: python pandas
我有以下DF:
Color Name Age City Value Blue Bob 28 Atl 0 Green Bob 27 Chi - Blue Sam 28 Atl 0
我想将所有具有蓝色和数字值的列的年龄更改为30。在df.loc中,我不确定如何具体说明我希望数值为数字。我该怎么办?