fix: apply thousands separator to count/null_count in describe for string columns #22246
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (ANN001):
py-polars/src/polars/lazyframe/frame.py#L1240
py-polars/src/polars/lazyframe/frame.py:1240:24: ANN001 Missing type annotation for function argument `v`
|
|
Ruff (ANN202):
py-polars/src/polars/lazyframe/frame.py#L1240
py-polars/src/polars/lazyframe/frame.py:1240:13: ANN202 Missing return type annotation for private function `_fmt_count`
|
|
Ruff (TC004):
py-polars/src/polars/lazyframe/frame.py#L125
py-polars/src/polars/lazyframe/frame.py:125:31: TC004 Move import `polars._plr` out of type-checking block. Import is used for more than type hinting.
|
|
mypy (3.10)
Process completed with exit code 1.
|
|
mypy (3.14)
Process completed with exit code 1.
|