Skip to content

fix: apply thousands separator to count/null_count in describe for string columns #22246

fix: apply thousands separator to count/null_count in describe for string columns

fix: apply thousands separator to count/null_count in describe for string columns #22246

Triggered via pull request February 6, 2026 06:50
Status Failure
Total duration 7m 32s
Artifacts

lint-python.yml

on: pull_request
Matrix: mypy
Fit to window
Zoom out
Zoom in

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.