假设我的DataFrame如图所示: 我可以这样遍历它: for index,row in list.iterrows(): id =row["id"] x=row["x"] y=row["y"] judge=row["judge"] 相关文章: