Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T04:03:22.000Z (over 3 years ago)
- Last Synced: 2024-04-24T08:12:39.822Z (8 months ago)
- Topics: csv, excel, fuzzy-matching, python, spreadsheet, xlsx
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- 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