# -*- mode: snippet -*-
# name: tabulate
# key: tabulate
# condition: t
# --
tabulate(
df,
headers=df.columns,
tablefmt="orgtbl")