Kevin Lim

Results 25 issues of Kevin Lim

Before opening: - [Search for duplicate or closed issues](https://github.com/facultyai/dash-bootstrap-components/issues?utf8=%E2%9C%93&q=is%3Aissue) - Read the [contributing guidelines](https://github.com/facultyai/dash-bootstrap-components/blob/main/.github/CONTRIBUTING.md) Please fill out the below information as much as possible. - dash version: `2.4.1` - dash-bootstrap-components...

Would love to have the cache documented in detail, as it seems central to using nautilus. Understanding things such as: - How it is populated - How it is evicted...

enhancement
docs

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

### Description It would be useful to have an optional way to visualize the execution of the compute graph over time (and specfically see where your code is bottlenecking, how...

enhancement

### Description This should be pretty analogous to [DataFrame.upsample](https://docs.pola.rs/py-polars/html/reference/dataframe/api/polars.DataFrame.upsample.html) and it's a little surprising this isn't available in a lazy context.

enhancement

### Description Currently there's only an expression for getting the covariance of two different columns, could we get a function for creating numpy compatible rolling covariance matrices? This would be...

enhancement

Closes https://github.com/pola-rs/polars/issues/14516 Feel free to make whatever changes you think are necessary to merge it.

python
enhancement

### Problem description I wish that polars would let you go: ```python graph = ldf.get_logical_plan() ``` I'm not sure what the nodes themselves should look like (but I'd like the...

enhancement

Right now the resampler kind of works with Panel in the sense that you can embed a `FigureResampler` based figure into a Panel dashboard, but the dynamically resampling doesn't work....

This could initially start with not assuming that the panda's in memory buffer type is numpy (but also allowing arrow), and then converting it to numpy then continuing as expected....