Thijs
Thijs
Make test work on BigQuery too. Seems the output is slightly different on BQ
Create a GitHub Action that builds the Bach docs (`make docusaurus`) and gives an error if there are any unexpected warnings/errors. Should run whenever the Bach tests run, for all...
Situation: * BigQuery tests can be a bit unstable. Especially tests that drop and create tables in one statement can fail. * We currently test python 3.7, 3.8, and 3.9,...
* Make sure there is a test for these functions * Make sure test runs on BQ If not possible to easily run on BQ discuss with Tom if it's...
* Migrate tests that use the `pg_engine` fixture, to instead use `engine` * When migration of a test is non-trivial create separate issues for those tests * Remove `pg_engine` fixture...
* Change test: do query to verify that data in DataFrame is as we'd expect it to be * Make test work with `engine` instead of `pg_engine`
* Make code changes if needed * Make test use `engine` instead of `pg_engine`
MinMaxScaler doesn't seem to respect sorting well. Items: * Make sure MinMaxScalar works well if the DataFrame has sorting set. This seems to be an issue * Make tests.functional.bach.test_df_scale.test_min_max_scale pass....
* Make tests with 'difficult' columns Postgres only * Add new tests that can work cross database Tests: * `tests.functional.bach.test_df_describe.test_include_mixed.*` * `tests.functional.bach.test_series.test_series_unstack`
# Updated description When using positional slicing: raise Exception if the DataFrame is not sorted See `tests.functional.bach.test_df_getitem.test_positional_slicing` on what we mean by positional slicing # Old description Below is the...