An open API service indexing awesome lists of open source software.

https://github.com/midnighter/table-merging

Python functionality for merging spreadsheets describing organizations.
https://github.com/midnighter/table-merging

Last synced: 8 months ago
JSON representation

Python functionality for merging spreadsheets describing organizations.

Awesome Lists containing this project

README

          

# Merging Spreadsheets

The contained Jupyter Notebook `merge_sheets.ipynb` is a sandbox for testing
Python functionality that will merge various spreadsheets collecting information
on organizations. In a further step, functionality will be added that allows
interaction with an SQL database.

## Install & Run

It is highly recommended to use Python virtual environements. Please also check
relevant documentation for the [Jupyter Notebook](https://jupyter.readthedocs.io/en/latest/install.html) and [pandas](http://pandas.pydata.org/pandas-docs/stable/install.html).

```
pip install -r requirements.txt
jupyter notebook
```

## License

Please refer to the `LICENSE` file that should have come with the code.