-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Remote data access: World Bank #8482
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
Comments
this prob could be added pretty easily (and accept both 2/3 letter codes). interested in doing a pull-request? |
Interesting idea, I'll give it a try. I'm a newbie, though, making a On Mon, Oct 6, 2014 at 8:51 AM, jreback [email protected] wrote:
|
np. always welcome new contributors, see here for help: https://github.com/pydata/pandas/wiki |
Cool, thank you. I may have some candidates for the Cookbook in a month or More at https://github.com/DaveBackus/Data_Bootcamp On Mon, Oct 6, 2014 at 10:58 AM, jreback [email protected] wrote:
|
Dave, if you don't do a PR for this, I could probably tackle it. Let me know if you want help. |
Hi Jeff, It'll be a while till I get to this, feel free to charge ahead. Dave On Fri, Oct 10, 2014 at 8:05 PM, Jeffrey McLarty [email protected]
|
@jreback @DaveBackus If you really want the feature sooner, you could copy and paste wb.py into your sitepackage/pandas/io folder. Edit: Removed note about PEP8. Done. |
Perfect, thanks a lot. On Mon, Oct 13, 2014 at 3:37 PM, Jeffrey McLarty [email protected]
|
Oh - now I know what people mean about the effect of multiple rebases/squashes referencing Issue numbers. Anywho, @DaveBackus want to close this? The feature will be in 0.15.1 |
@jnmclarty this will be automatically closed when we merge the associated pr |
Perfect. Thanks a lot to everyone. On Sat, Oct 25, 2014 at 11:55 AM, jreback [email protected] wrote:
|
A minor issue: The function in pandas.io.data uses 2-letter codes to identify countries in data requests, rather than the more common 3-letter codes. The latter is closer to the social norm at the iMF, World Bank, etc. More important, they're easier to track down. If you download the World Bank data (all of it), the data includes country names and 3-letter codes, but not 2-letter codes. So to me the 3-letter codes would be more user-friendly.
Cheers.
http://pandas.pydata.org/pandas-docs/stable/remote_data.html#world-bank
The text was updated successfully, but these errors were encountered: