https://github.com/wireservice/workbench-lookup
A port of `agate-lookup` to Workbench
https://github.com/wireservice/workbench-lookup
data journalism lookup workbench
Last synced: 21 days ago
JSON representation
A port of `agate-lookup` to Workbench
- Host: GitHub
- URL: https://github.com/wireservice/workbench-lookup
- Owner: wireservice
- Created: 2019-05-19T16:59:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T00:03:51.000Z (about 7 years ago)
- Last Synced: 2025-03-02T22:30:56.332Z (over 1 year ago)
- Topics: data, journalism, lookup, workbench
- Language: Python
- Homepage: http://workbenchdata.com/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workbench-lookup
A workbench module for joining lookup tables from the [wireservice-lookup](https://github.com/wireservice/lookup) repository.
This is mostly a port of [agate-lookup](https://github.com/wireservice/agate-lookup)
## Wishlist
* Unit tests should not mock the lookup "API"
* Fetch/cache list of valid lookups from repository (auto-fill)
* Resolve ambiguity between agate `Number` type and pandas `int`/`float`.
* Convert value lookup value columns to types declared in the lookup YAML.
* Update the [lookup](https://github.com/wireservice/lookup) repository with fresher source data.
## Authors
* Chris Groskopf [chrisgroskopf@gmail.com](mailto:chrisgroskopf@gmail.com)