Add enrich-companies to Data Ingestion / ETL#3205
Closed
Alessandro114 wants to merge 1 commit into
Closed
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
@Alessandro114 Thanks for your submission. However, this project does not meet our acceptance criteria: Repository age: The repository was created 9 hous ago. We require a minimum of 3 months (or 6 months for Hidden Gem submissions) to ensure project stability. GitHub stars: 0 stars(minimum 100 required, or strong justification for Hidden Gem). Please see our CONTRIBUTING.md for full requirements. You're welcome to resubmit once the project has matured and gained community traction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add enrich-companies to the Data Ingestion / ETL > General section.
enrich-companies is a CLI tool that enriches CSV files with company data — revenue, employees, credit score, legal status — by matching against 250M+ business records across 40+ countries. It takes a CSV with company names/IDs as input and outputs an enriched CSV with additional firmographic columns.
pip install enrich-companiesJustification (Hidden Gem)
pip install-able CLI tool provides batch CSV enrichment against a 250M+ company database. Existing alternatives (Clearbit, ZoomInfo) are expensive SaaS products without open-source CLIs.enrich-companies input.csv -o output.csv) with progress bars, error handling, and configurable column mapping.Category
Data & Science > Data Ingestion / ETL > General — the tool ingests CSV data, enriches it with external company records, and outputs transformed CSVs, which is a classic ETL workflow.
Checklist