Kevin Klein

Results 11 issues of Kevin Klein

Prior to this change `check_build.py` does not run through without restricting Python to an old (

* Set up CI for python build via github action. * Fix bug due to [0] - a function parameter was removed and arguments were only removed in R client...

### PyPI Username `kklein` ### Reason for request - I have access to the email address which is linked to my PyPI account. - I know the password to my...

account-recovery

For example, `max_relative_deviation` or `max_absolute_deviation` are typically expected to be positive. Yet, we currently do hardly any input validation in the respective `Constraint` constructors. Validating this input could help users...

enhancement
good first issue

The doc string of the corresponding `add_*_constraint` method claims the following: > Since we expect aggregate_column to be a numeric column, this leads to a multiset of aggregated values. These...

bug
question

An example of such a parameter would be [add_date_min_constraint](https://datajudge.readthedocs.io/en/latest/api/datajudge.requirements.html#datajudge.requirements.WithinRequirement.add_date_min_constraint) and its `min_value` parameter. First, it should be clarified, what currently works. Exemplary questions to ask: * Can timestamps be used,...

documentation
good first issue
question

Reference implementation: https://github.com/scipy/scipy/blob/v1.9.0/scipy/stats/_morestats.py#L2035-L2191 Reference publications: https://www.jstor.org/stable/2288805 https://www.jstor.org/stable/2335097

The recently implemented Kolmogorov Smirnov test can be useful when trying to assess whether two samples are drawn from the identical underlying distribution. While it might already satisfy a user's...

enhancement
good first issue

## Context As of now, `datajudge` comes with full-fledged support for - Postgres - MSSQL - Snowflake and partial support for - Impala - DB2 - BigQuery We might consider...

enhancement
help wanted