10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: tabulate
|
||
|
# key: tabulate
|
||
|
# condition: t
|
||
|
# --
|
||
|
tabulate(
|
||
|
df,
|
||
|
headers=df.columns,
|
||
|
tablefmt="orgtbl")
|