Christian Zimpelmann
Christian Zimpelmann
That feature would indeed be super valuable. Unfortunately, I don't have any JS experience either.
I also have the same error occasionally (roughly every 15th-30th run). - os: Microsoft Windows 10 Pro (Version 10.0.19044 Build 19044) - Console: Terminal (for windows) - conda environment: see...
Sure, See here ``` ╭───────────────────────── ─────────────────────────╮ │ A high level console interface. │ │ │ │ ╭──────────────────────────────────────────────────────────────────────────────╮ │ │ │ │ │ │ ╰──────────────────────────────────────────────────────────────────────────────╯ │ │ │ │ color_system =...
Thanks! I tested the fix. Unfortunately, I still get the error every few runs.
I get a similar problem with `automodsumm`, but also no problem with `automodule`. The error in more detail: - `import numba` within a module leads to an error (`exception: unsupported...
> Please, install rich=11.2 and try again. Thanks for the idea! I tried it out and unfortunately got the same error again :/
Three open questions remain (for now): - as `_center_align_integers_and_non_numeric_strings` is currently set up, a string "Total 2.2 observations" in a cell, would be treated as a float (not center-aligned) and...
Reminder: At some point, we should make sure that columns consisting of integer values only are right aligned (instead of center-aligned)
@janosg, I just merged main and updated the first comment in this PR. The remaining comments are: > - How should the interaction of treatment of integers with `add_trailing_zeros` be?...
> Given that the docstring reads: > > > add_trailing_zeros (bool): If True, format floats such that they have same number of digits after the decimal point. Default True. >...