If have a nominal column then this operation will convert to quantitative
df["column"] * 100 # changes column to be quantitative
However if I reassign, then the default type inference is run again and Lux overrides our update
df["column"] = df["column"] * 100 # metadata recomputed and therefore changed back to nominal