us_m1['M1bis'] = us_m1['M1bis'].astype(int) will change each to int and remove the value.
us_m1['M1bis'] = us_m1['M1bis'].astype(int)
548k questions
547k answers
4 comments
86.3k users