https://github.com/zachbateman/pylookup
PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the "VLOOKUP" function in Excel.
https://github.com/zachbateman/pylookup
csv excel fuzzy-matching python spreadsheet xlsx
Last synced: 5 months ago
JSON representation
PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the "VLOOKUP" function in Excel.
- Host: GitHub
- URL: https://github.com/zachbateman/pylookup
- Owner: zachbateman
- License: mit
- Created: 2020-11-18T04:13:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T04:03:22.000Z (over 4 years ago)
- Last Synced: 2025-06-26T21:04:08.503Z (9 months ago)
- Topics: csv, excel, fuzzy-matching, python, spreadsheet, xlsx
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyLookup
PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the "VLOOKUP" function in Excel.
# Installation
```
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.
```
pylookup COLUMN excel_with_column.xlsx excel_to_populate.xlsx
```
License
----
MIT