https://github.com/os-climate/esg-matching
esg-matching
https://github.com/os-climate/esg-matching
Last synced: about 2 months ago
JSON representation
esg-matching
- Host: GitHub
- URL: https://github.com/os-climate/esg-matching
- Owner: os-climate
- License: apache-2.0
- Created: 2021-09-28T14:54:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T20:39:06.000Z (8 months ago)
- Last Synced: 2025-03-26T18:04:33.197Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 330 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# esg-matching
The esg-matching is a library that is part of the Entity-Matching project developed by OS-Climate Foundation.
Its main purpose is to provide methods to match entities from different data sources.Currently, the library provides three main components:
- a database engine which can connect to a local Sql-lite database or an Oracle database elsewhere
- a file reader which can read data sources in csv format and load its content to a database
- a database-driven matcher which can perform exact matching based on database queries. Three types of matchings are provided: direct, residual and indirect matching.## Install from PyPi
```
pip install esg-matching
```