A more general way to do this is (assuming the column is called x)
x
df[!,:x] = convert.(Bool,df[!,:x])