Michael Shoemate
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 =...
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.
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.
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...
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...
This will allow developer builds of the library to make use of all Polars dtypes.