Robin Linacre
Robin Linacre
1. Create a fresh virtual environment ``` python -m venv splink_env ``` 2. Activate the environment - Windows (cmd): `splink_env\Scripts\activate` - Windows (PowerShell): `.\splink_env\Scripts\Activate.ps1` 3. Upgrade pip (recommended) `python -m...
We'd need to see a reprex to help with that ie a small runnable example in test data that shows the error
Thank you - really appreciate you taking the time to set that out so clearly☝
Thank you! Super useful
Hello! Thanks - this is interest interesting. We have thought about this a bit in the past. I agree that there should be some measure that is able to account...
This got merged: https://github.com/moj-analytical-services/splink/pull/2416
Hi @aymonwuolanne I think you're right to challenge the existing logic where, for each blocking rule, we add SQL that excludes preceding blocking rules. This is a hangover from very...
Drop support for Athena? We can't easily test and I think we have limited users.
Revamp pipelining: - Get rid of cache? In terms of how most people actually use Splink, is it really needed? - Find way of improving pipeline so all tables have...
Dataframes: Create SplinkDataFrame prior to passing to methods. Dataframe carries db_api, so no need to pass db_api to profiling funcitons, linker etc