Examples
import numpy as np
import pandas as pd
df = pd.DataFrame({'angles': [0, 3, 4],
'degrees': [360, 180, 360]},
index=['ellipse', 'right triangle', 'rhombus'])
df
Add a scalar with operator version which return the same results:
df.rmod