Missing tablefmt styles in 0.8.10?
See original GitHub issueHi, I installed this package using pip. The version I have is latest (0.8.10).
However some tablefmt
styles are missing. For example;
table = [["spam",42],["eggs",451],["bacon",0]]
headers = ["item", "qty"]
print(tabulate(table, headers, tablefmt="rounded_outline"))
Will output:
item qty
------ -----
spam 42
eggs 451
bacon 0
I noticed that rounded_grid
is also missing. Are these styles not included in the 0.8.10 pip release?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
tabulate · PyPI
The third optional argument named tablefmt defines how the table is formatted. Supported table formats are: "plain"; "simple"; "github"; "grid"; "simple_grid" ...
Read more >python-tabulate - GitHub
The third optional argument named tablefmt defines how the table is formatted. Supported table formats are: "plain"; "simple"; "grid"; "pipe"; "orgtbl"; "rst ...
Read more >gribadmin - dependencies - tabulate - SSEC Gitlab
print tabulate(table, headers, tablefmt="simple") item qty ... FILE a filename of the file with tabular data; if "-" or missing, read data from...
Read more >tabulate · PyPI
tabulate · PyPI · Installation · Headers · Row Indices · Table format · Column alignment · Custom column alignment · Number formatting...
Read more >Tabulate: Pretty-print Tabular Data in Python - Morioh
Tabulate: Pretty-print tabular data in Python, a library and a command-line utility. printing small tables without hassle: just one function call, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@astanin - Can you please do a new release with the intfmt changes? It’s potentially confusing because they are shown on the README but not in the version installed by ‘pip install tabulate’.
Thankyou
Released in 0.9.0.