-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move and document p-values.csv for direct publication
References #41
- Loading branch information
1 parent
4721d5b
commit 401e547
Showing
3 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# The Pólya Index of Trade Similarity | ||
|
||
## Citation | ||
Please cite as | ||
|
||
> Koren, Miklós, Matteo Fiorini, Filippo Santi and Gergő Závecz. 2020. "The Pólya Index of Trade Similarity" [dataset] https://github.com/ceumicrodata/economic-diplomacy/tree/v1.0/output/trade/ | ||
This data is being developed as part of the [RESPECT project](http://respect.eui.eu/) supported by the European Commission. | ||
|
||
> This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 770680. | ||
## Data Availability Statements | ||
All source data are in the public domain. The data published here, `polya-index.csv`, is licensed under the [Open Database License v1.0](https://opendatacommons.org/licenses/odbl/1-0/). | ||
|
||
Data sources: | ||
|
||
* Eurostat. 2019. “COMEXT: International Trade in Goods.” [dataset] http://epp.eurostat.ec.europa.eu/newxtweb/mainxtnet.do. | ||
|
||
## Manifest | ||
|
||
| Variable name | Description | | ||
|-------------------|-----------------------------------------------| | ||
| iso2_o | ISO-3166-1 2-letter code of exporter country | | ||
| iso2_d | ISO-3166-1 2-letter code of importer country | | ||
| year | Year in `YYYY` format | | ||
| p | Pólya Index | | ||
|
||
|
File renamed without changes.