项目作者: zachbateman

项目描述 :
PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the "VLOOKUP" function in Excel.
高级语言: Python
项目地址: git://github.com/zachbateman/pylookup.git
创建时间: 2020-11-18T04:13:59Z
项目社区:https://github.com/zachbateman/pylookup

开源协议:MIT License

下载


PyLookup

PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the “VLOOKUP” function in Excel.

Installation

  1. pip install pylookup

Command Line Interface Usage

  • To add and populate the “COLUMN” column in “excel_to_populate” from the data in “excel_with_column”,
    simply run the following command. This currently works for .xlsx (Excel) files and .csv files.
  1. pylookup COLUMN excel_with_column.xlsx excel_to_populate.xlsx

License

MIT