1TABULATE(1) User Commands TABULATE(1)
2
3
4
6 tabulate – pretty-print tabular data
7
9 tabulate [options] [FILE ...]
10
12 POSITIONAL ARGUMENTS
13 FILE a filename of the file with tabular data; if “-” or missing,
14 read data from stdin.
15
16 OPTIONAL ARGUMENTS
17 -h, --help
18 Show a help message
19
20 -1, --header
21 use the first row of data as a table header
22
23 -o FILE, --output FILE
24 print table to FILE (default: stdout)
25
26 -s REGEXP, --sep REGEXP
27 use a custom column separator (default: whitespace)
28
29 -F FPFMT, --float FPFMT
30 floating point number format (default: g)
31
32 -I INTFMT, --int INTFMT
33 integer point number format (default: “”)
34
35 -f FMT, --format FMT
36 set output table format; supported formats: plain, simple, grid,
37 fancy_grid, pipe, orgtbl, rst, mediawiki, html, latex, la‐
38 tex_raw, latex_booktabs, latex_longtable, tsv (default: simple)
39
41 https://github.com/astanin/python-tabulate
42
43
44
45 October 2022 TABULATE(1)