この DataFrame では、ゼロに等しいrating
ときに条件付きで 0 に設定するにはどうすればよいですか?line_race
line_track line_race rating foreign
25 MTH 10 84 False
26 MTH 6 88 False
27 TAM 5 87 False
28 GP 2 86 False
29 GP 7 59 False
30 LCH 0 103 True
31 LEO 0 125 True
32 YOR 0 126 True
33 ASC 0 124 True
言い換えれば、ColumnA = x then ColumnB = y else ColumnB = ColumnB の場合、DataFrame で適切な方法は何ですか?