Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

Categorical column to binary columns

import pandas as pd
pd.get_dummies(df, columns=['col'], drop_first=True)