Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoW IGO #2

Open
vincentarelbundock opened this issue May 6, 2017 · 9 comments
Open

CoW IGO #2

vincentarelbundock opened this issue May 6, 2017 · 9 comments

Comments

@vincentarelbundock
Copy link

Apparently there's an update coming at some point.

http://www.correlatesofwar.org/data-sets/IGOs/IGO_codebook_v2.1.pdf

@cjyetman
Copy link
Owner

cjyetman commented May 7, 2017

Ugh... this forces me to recognize that this package will eventually have the same problem that countrycode has... these things are temporal.

@vincentarelbundock
Copy link
Author

And my guess is it wouldnt be easy to scrape historical.mberships from original sources, unfortunately.

Also, I haven't looked closely at the content of the cow dataset, but it seems like memberstates needs to define it's comparative advantage.

@cjyetman
Copy link
Owner

cjyetman commented May 7, 2017

well, for one I envision something that defines membership broader than just membership in an IGO... so it can/does contain membership info for various categorizations of countries (economic, geographic, political, etc.), not just IGO membership

there's also something to be said for making information more easily accessible/usable... even if it simply repackaged data from the CoW IGO, a well-crafted user interface/API might be worthwhile

@vincentarelbundock
Copy link
Author

Agreed.

@briatte
Copy link

briatte commented Jul 20, 2017

these things are temporal

Wouldn't it be an interesting development to code memberships with their start-end dates, e.g. UK in the EU, and/or to add a version argument that would accommodate for various versions of a dataset, e.g. COW? I understand this would make the package much, much more difficult to develop and maintain, though.

@vincentarelbundock
Copy link
Author

@briatte did you look at the CoW "IGO dataset"? This is pretty much exactly what they offer.

@cjyetman
Copy link
Owner

Yeah, I started this before @vincentarelbundock began with the timeseries project for countrycode, so it wasn't part of the original plan. Dealing with versions/temporal issues drastically increases the complexity. The goal here, and the primary value-added was to make getting a list of member countries for a given thing much easier, so to stick to that and add versions and variations based on year would require some serious thought. Open to suggestions...

@cjyetman
Copy link
Owner

I should also say that my goal was to plan this so everything was auto-scrpaed from an original/official source... that way maintenance of it would consist of me coming here every 6 months or so, running the build script, fixing any minor issues that have come up, and if there's anything different preparing a new version for release.

@briatte
Copy link

briatte commented Jul 20, 2017

@vincentarelbundock I did not know about that part of COW — good to know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants