Skip to content

Releases: zachbateman/pylookup

Version 0.2.2

30 Jul 04:03
Compare
Choose a tag to compare

Enhancements:

  • Make user-provided column_to_fill case insensitive

Version 0.2.1

29 Jul 22:18
Compare
Choose a tag to compare

Enhancements:

  • Make user-provided column name matching less case sensitive

Bug Fix:

  • CLI argument list updated to have reference file before main file

Version 0.2.0

29 Jul 21:47
Compare
Choose a tag to compare

Enhancements:

  • Switch to more intuitive order of arguments for pylookup function and CLI.
    • pylookup(column, data_with_column, data_to_populate_with_column)

Version 0.1.3

23 Mar 04:34
Compare
Choose a tag to compare

Enhancements:

  • Improve error handling when checking matches
  • Improve matching score when a comparison matches exactly

Version 0.1.2

05 Jan 04:51
Compare
Choose a tag to compare

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%+

Version 0.1.1

07 Dec 05:04
Compare
Choose a tag to compare

New Feature:

  • Command Line Interface usage is now working for Excel and .CSV files

Version 0.1.0

02 Dec 03:40
Compare
Choose a tag to compare

Initial Release!