Skip to content

Version 0.1.2

Compare
Choose a tag to compare
@zachbateman zachbateman released this 05 Jan 04:51
· 4 commits to main since this release

Enhancements:

  • Improve and simplify match scoring
  • Add "main_cols_for_matching" kwarg to specify a subset of columns to be used for matching (potentially faster and more accurate than considering all columns)
  • pylookup function returns modified copy of main_table by defuault. Can specify inplace=True to modify main_table in place.
  • Improve performance by 20%+