-
#### ALL software version info
hvplot==0.10.0
polars==1.2.1
plotly==5.22.0
bokeh==3.4.2
#### Description of expected behavior and the observed behavior
I'm coming from this issue https://git…
-
### Description
Let's assume we have a compute graph:
```
A->B->C->D
and also
C->E
```
How can I materialize `B`, `E` and `D` as output?
Do I need to do it "the old way", step-by-step, proc…
-
### Bug summary
My deployment executing in K8s fails with an error (inspected with `kubectl logs`):
```
ModuleNotFoundError: No module named 'polars'
```
But the flow logs in the UI don't have …
-
The functionality of this packages is awesome, but for the use case my team and I have, it's rendered essentially useless due to the fact that patito.polars.DataFrames can't be reverted back to polars…
-
### Before
_No response_
### After
_No response_
### Context for the issue:
With the rise in popularity of packages such as polars, arrow, and others PyMC's dependence on pandas is looking less a…
-
Polars supports nested data---such as lists and structs---in columns of data.
Here's an example from the [polars guide](https://docs.pola.rs/user-guide/expressions/aggregation/#basic-aggregations)
…
-
Polars provides the ability to skip row groups to avoid reading unnecessary data. I believe we aren't currently taking advantage of this the backend, but we could be (discussed offline).
-
Related to https://github.com/posit-dev/great-tables/pull/34, I've implemented the path for using polars selectors, but need to add more tests of its usage. It seems like aspects of selection can be c…
-
## Description
Is it possible to expose the [folds](https://docs.pola.rs/user-guide/expressions/folds) API from Polars?
I have a problem that I think can be solved via that API (I'm not entirely…
-
use-case: https://github.com/narwhals-dev/narwhals/issues/1225