smartnoise-core-python
smartnoise-core-python copied to clipboard
Python language bindings for smartnoise-core.
Hi folks, I started from the [basic data analysis](https://github.com/opendp/smartnoise-samples/blob/master/analysis/basic_data_analysis.ipynb) notebook and wanted to try out quantile computation with the exponential mechanism. I slightly modified the 10th code cell of the...
Hello, I am not reporting a bug, just have two simple requests. Could you add a MANIFEST.in to the repo (In reference to https://packaging.python.org/guides/using-manifest-in/)? In addition, wheel formats are great...
Header and footer descriptions on quantiles talk instead about medians:
For a categorical variable, is there a way to get the categorical value that has the highest count (like mode() in python)?
In general, we should hint types on at least the public api. Ideally type hints are added throughout.