Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimits-ts/economic-connectedness-repl-study
Replication study for the recent "Social Capital II: determinants of economic connectedness" paper
https://github.com/dimits-ts/economic-connectedness-repl-study
data-science economics jupyter-notebook replication
Last synced: about 8 hours ago
JSON representation
Replication study for the recent "Social Capital II: determinants of economic connectedness" paper
- Host: GitHub
- URL: https://github.com/dimits-ts/economic-connectedness-repl-study
- Owner: dimits-ts
- Created: 2023-02-05T15:03:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T15:46:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T02:45:09.418Z (7 months ago)
- Topics: data-science, economics, jupyter-notebook, replication
- Language: Jupyter Notebook
- Homepage:
- Size: 8.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replication Study for Social Capital II: determinants of economic connectedness
This project attempts to replicate and verify the results and findings of the recent paper
[Social capital II: determinants of economic connectedness](https://www.nature.com/articles/s41586-022-04997-3) using the provided
datasets and methodology.
We recreate the data and graphs used to justify the paper's findings, while including concise descriptions of the ideas and methods
used in the original paper.
## Running the project
The project was developed using jupyter notebook. To run the notebook instance you need to have jupyter notebook
[installed](https://jupyter.org/install). You also need to have the matplotlib, pandas, numpy, plotly and seaborn python libraries installed.
Our datasets are taken from the Social Capital, Opportunity Atlas, and the 2018 American Community Survey (ACS)
datasets. You can download a compiled version [here](https://drive.google.com/drive/folders/1lM6a8ILg4-lhw8S-OnCnZBhePY0eLEqW?usp=sharing).
The individual sources are listed in the notebook.
To run the project, clone the repository or download it from Github, then navigate to the file's directory, download and place the datasets in a folder named "data"
inside the project directory and finally run `jupyter notebook "Economic Connectedness.ipynb"` in your terminal.
Alternatively, a pdf version is provided in this project. Note that due to incompatibilities between jupyter's converters and
pdf generators the format might be *unconventional* in some places.