logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tabulate - Pretty-print tabulate data.

Author

       This manual page was written by ChangZhuo Chen <czchen@gmail.com> for the DebianGNU/Linux  system  (but
       may be used by others).

tabulate                                           April 2015                                        TABULATE(1)

Description

       See also <https://github.com/astanin/python-tabulate>.

Name

       tabulate - Pretty-print tabulate data.

Options

-h, --help
              show this message.

       -1, --header
              use the first row of data as a table header

       -o FILE, --output FILE
              print table to FILE (default: stdout)

       -s REGEX, --sep REGEX
              use a custom column separator (default: whitespace)

       -F FPFMT, --float FPFMT
              floating point number format (default: g)

       -f FMT, --format FMT
              set  output  table  format; supported formats: plain, simple, grid, fancy_grid, pipe, orgtbl, rst,
              mediawiki, html, latex, latex_booktabs, tsv (default: simple)

Synopsis

tabulate [options] [FILE...]

See Also