df.loc[(df[“Height”]<0.00244), “Height_type”] = “A”
python Dataframe 根据某一列数据的值修改另一列的值
最新推荐文章于 2024-03-03 16:10:30 发布
df.loc[(df[“Height”]<0.00244), “Height_type”] = “A”