python Dataframe 根据某一列数据的值修改另一列的值

df.loc[(df[“Height”]<0.00244), “Height_type”] = “A”

你可能感兴趣的:(python,python)