Discussion about this post

User's avatar
Jacob Hutchings's avatar

Currently working on linking schools for the Record Linking Lab. This is very helpful, thank you!

Expand full comment
lucharo's avatar

This is super useful thanks! I am thinking of an application to clean up an ID column in a single dataframe, in this case would you merge the dataframe with...itself?

```

import linktransformer as ltf

# load df

df = pd.read_csv(...)

ltf.merge(df, df, ... )

```

Expand full comment
2 more comments...

No posts