4 Comments
Aug 26, 2023Liked by Tyler Ransom

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

Expand full comment

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