Encoding Categorical Data

Is there a way to encode categorical data? By this I mean dividing a column into a number of columns equal to the different possibilities this column presents. One example of this would be One-Hot Encoding. Here's an example:
image

Hi @Vallistruqui
I think you should ask on stackoverflow.com instead, since something like that would require more advanced queries than Metabase would be able to provide.
For reference: https://stackoverflow.com/questions/45621338/transform-table-to-one-hot-encoding-of-single-column-value

Thanks, will do