Difference between df.column and df[!, :column]

Thanks. I did not know that. Very helpful. (much shorter syntax!)
I actually was not aware that there is some implicit promotion from string to symbol here.

Interesting (I just read the other interesting thread about symbols here When should a function accept a symbol as an argument?)