moj-analytical-services / splink

Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends

Home Page:https://moj-analytical-services.github.io/splink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`block_from_labels` probably breaks with columns that need quoting

ADBond opened this issue · comments

I haven't checked, but I think linker.block_from_labels will probably break if the user has a unique_id (or source_dataset) column that needs quoting, such as with spaces: 'unique id'.

See the relevent code

Think we should be handling that with InputColumn