标签:panda use can string value val rip attr att
test_behavior_A["var3"]=test_behavior_A["var3"].str.strip("M").astype("float")
上述代码改为:
test_behavior_A["var3"]=test_behavior_A["var3"].astype(str).strip("M").astype("float")
AttributeError: Can only use .str accessor with string values, which use np.object_ dtype in pandas
标签:panda use can string value val rip attr att
原文地址:https://www.cnblogs.com/xiaodongsuibi/p/9058050.html