-
Is there a way in smartnoise-sql to specify the set of possible values a categorical variable could take, that would then affect count queries, so that all valid values would have a chance of getting …
-
Should we keep organising events like the one we had for hacktoberfest?
-
I figure it's mentioned in a bunch of other issues and doesn't yet have a tracking issue.
Also, my team specifically could really use a SQLAlchemyReader (or a MySqlReader) because Postgres's archit…
-
I'm trying to join between two tables that both have the same private_id column setm and trying to join on that private_id, using
```select count(*) from public.drug_era join public.person on drug_e…
-
-
I was wondering if it was useful to add new metrics to DPSDGYM to account for a better (and more general) evaluation.
I have found [this paper](https://bmcmedresmethodol.biomedcentral.com/articles/10…
-
This commit [here](https://github.com/opendp/smartnoise-sdk/commit/2454d4b6e40684177d5462c4c49fc27c8e3c748f#diff-1c024652cc8411ae09584644aaffc9447ab6a0f1cb10d9e3dec28fb6169b377cR39) seems to have erro…
-
Specifically, so I can do things like
```select avg(end_date-start_date) from table ```
-
Hope you are doing well, these have been crazy times.
We noticed your changes to the repo as well as here and became excited to see interest in this space.
Currently DPSDGYM is hiding in the tes…
-
I have a case in which I don't understand the behavior of `censor_dims`. Namely, I run essentially the same query in two different ways but get different results. The data is a table with two columns …