-
Remove rbinds from {tern} when not from different data (I think the example case I got could be done with a split as the filtering variable can be the split)
-
Keep an eye on it through the first few primaries. If it seems to be filled in consistently, maybe we try to reflect it in the graphics.
Will need to update to v3 of the API first #33
-
### Description of feature
I'm running MultiQC as a python package inside Quarto. One of the strengths of Quarto is that it can produce content in a variety of formats like HTML, Docx, Github Flavour…
-
I have followed instructions to install Simba using Anaconda but repeatedly see this error message:
(simba) C:\Users\gabie>simba
Traceback (most recent call last):
File "C:\Users\gabie\.conda\e…
-
How to tabulate an object shown by console.dir?
-
``` shell
Python 3.4.3 (default, Nov 12 2018, 22:25:49)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from tabulate import tabulate
Traceback (mo…
-
Paste function on exit function in class with indentation as exist..
I'm referring this case reading quick GPT ctr+c/v to omit case to tabulate whole function if exit.
It's better to back-tab if wro…
-
Write a benchmark to compare performance of table render against a basic logic where we manually calculate width/height of data and print it.
The hope is that it will be very similar.
-
Code to reproduce:
```python
from tabulate import tabulate, SEPARATING_LINE
table = [["1", "one"], # "1" as a str on purpose
[1_000, "one K"],
SEPARATING_LINE,
[1_…
-
0.9.1 has many additional features than 0.9.0, but it is not released to PyPi yet.