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.
- Host: GitHub
- URL: https://github.com/midnighter/table-merging
- Owner: Midnighter
- License: bsd-3-clause
- Created: 2016-08-03T15:11:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T15:27:21.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T20:15:02.990Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.