Théo Jolivet
Théo Jolivet
Sharing my WIP for issue https://github.com/skrub-data/skrub/issues/810 Adding the `MultiAggJoiner` also means refactoring the `AggJoiner` to match the `Joiner`, in particular: - Adding a `key` argument - Supporting polars in the...
## Description Modification of `HiveData` to accept user-defined dicts of columns / tables to load because some OMOP extractions can be quite large, and users might not want to load...
The goal of this PR is to dispatch `aggregate`, currently written in two files, by directly implementing it in `_agg_joiner.py`. Following discussions with @Vincent-Maladiere and @jeromedockes, `AggJoiner` and `AggTarget` now...
One of the long-term goals of skrub is to directly connect to databases. While we're not there yet, it could be interesting to start thinking about how we handle data...