Once #4883 is fixed, this would enable things like: ``` julia x=["1","2"] y=parse.(Int64,x) z=convert.(Float64,y) ``` These would be super handy when one is e.g. converting types of a DataFrame etc.