One hot encoding function
[encoded_header, encoded_data]=get_dummies(column, indicators, prefix)
row matrix of strings, new header variable including indicators with supplied prefix
matrix of values, original column of data appended with one-hot encoded columns