question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing tablefmt styles in 0.8.10?

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
stevesimmonscommented, Aug 20, 2022

@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

2reactions
astanincommented, Oct 7, 2022

Released in 0.9.0.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found