This is the command tabulate that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
tabulate - Pretty-print tabulate data.
SYNOPSIS
tabulate [options] [FILE ...]
DESCRIPTION
See also <https://bitbucket.org/astanin/python-tabulate>.
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)
Use tabulate online using onworks.net services