Michael Shoemate

Results 284 issues of Michael Shoemate

```python import opendp.prelude as dp import polars as pl # TODO: a version of this should be in the library proper def placeholder(schema): return pl.DataFrame(None, schema, orient="row").lazy() dp.enable_features("contrib") lf =...

docs
Polars integration

- Related #1655

Polars integration

Clamping the p-norm of a 2-dimensional array (or equivalently in arrow, fixed size list array) would be useful for supporting vector-valued queries.

Polars integration

Notes started in 1689-document-release-process

docs

In Polars 1.0.0, typing on LazyFrame no longer uses Self. If we want to wrap their API and support typing, we'll need to emulate their APIs instead.

Polars integration

In an effort to make OpenDP more portable, it would help to replace the OpenSSL external dependency with a pure-Rust implementation.

We should have a script to simulate the smoke-test locally, that can run as part of a pre-commit hook. This can help to avoid situations where CI failures cause lost...

Effort 2 - Medium :cookie:

When a Polars plugin is constructed, it includes a path to the binary file that contains the plugin logic. If the plan is constructed on one computer and then passed...

bug
Polars integration

This will allow developer builds of the library to make use of all Polars dtypes.

Polars integration