Get The Modulus of Values in a DataFrame Column
Python
1| df['modulus'] = df['Age'] % 2
116
104
103