Julian

Results 35 issues of Julian

### Description Activating decimal is confusing at the moment because much of the functionality is available without this but some is missing. Docs say "Activate Decimal data types." As a...

enhancement

### Description Currently the decimal type does not suport `round`. Imo this makes sense to implement for many financial calculation where you require the precision of a decimal but in...

enhancement

### 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 Polars. ###...

bug
python
needs triage

### 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 Polars. ###...

bug
python
A-timeseries
P-low

### Problem description ## Problem - cell output in plain mode notebook is not nice / inconsistent ## Example ```python DATA = {'text': ['nospace', ' before', 'after ', ' both...

enhancement
needs decision
A-formatting

### Problem description ## Problem - you cannot tell if there is trailing whitespace in the text because you do not know where the str ends - consistency: output for...

enhancement
accepted
A-formatting

### Problem description I currently see 3 problems when rendering DataFrame or Series in Notebooks: 1. "html": whitespace collapse 2. "plain": DataFrame does not show quotes for str columns 3....

enhancement
A-formatting

### Description In my experience the default of 14(??) seems to be super low and not very usable in almost all real life use-cases. I propose to change this to...

enhancement
accepted
A-formatting

### Description It is currently possible to convert `List` & `Array` types to columns but it feels awkward (not ideal api) to use a struct. Imo it would make a...

enhancement

### Description While the error "type" is very nice, the message is very bad. ## Example ```python pl.DataFrame().select('a') ``` ### Message ``` ColumnNotFoundError: 'select' failed The reason: a: # ????...

enhancement