Does Julia have equivalent of Python: DF.column.map( dict )

Thanks lungben. I didn’t know about the Ref syntax . Thats useful.

Dictionary lookup cant be directly broadast ie. dict.[ DF.column ]
doesnt work.