doomconfig/snippets/org-mode/tabulate

10 lines
142 B
Plaintext
Raw Permalink Normal View History

2025-04-15 09:47:15 +02:00
# -*- mode: snippet -*-
# name: tabulate
# key: tabulate
# condition: t
# --
tabulate(
df,
headers=df.columns,
tablefmt="orgtbl")