2-5

Results 29 issues of 2-5

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python

### Problem description Currently `pl.cut` only support returning right closed intervals (a, b], just like the `pandas.cut` default. However pandas allows you to call `pd.cut(right=False)` to return left closed intervals...

enhancement

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python

Fixes #5645 I've only changed the CSS: 1. removed `white-space: pre` - the rule causing double-height rows 2. removed `scoped` from `` attribute. It was dropped, no current browser implements...

python
fix

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python
needs triage

### Problem description Add a `format` method to `Expr` to allow fast column formatting. `format` can use the Rust syntax: ```python df = pl.DataFrame({"month": [1, 5, 10, 12]}) df.with_columns([ pl.col("month").format("month:...

enhancement
accepted

**Is your feature request related to a problem? Please describe.** DBeaver by default uses font ligatures **Describe the solution you'd like** Option to disable font ligatures, like in most other...

feature request
wait for review

Added support for Windows build. With the associated `aimrocks` PR, all the Cython extensions are now building and I can import the `aim` package on Windows. ```shell (venv) X:\Clone\aim-windows\aim>aim version...

I often create venvs for multiple Python versions, `--python-version=3.7` is just too long, consider (additional) shorter options: ```shell --3.7 --py=3.7 --python=3.7 ```

enhancement

## Environment data - VS Code version: 1.73.1 - Jupyter Extension version: v2022.9.1202862440 - OS: Windows 10 ## Expected behaviour `Clear Output of All Cells` button is enabled if a...

notebook-kernel
feature-request