Python package that returns the total country lending projects from the World Bank and the Asian Development Bank.
Project description
final_project_wanyingli
Hi! Welcome to use my package. This package allows you to search for the historical country lending projects from the World Bank and the Asian Development Bank (ADB).
Context of this package: The World Bank (WB) and Asian Development Bank (ADB) are the major sources for countries in the Asia & Pacific region to get lending from. However, each bank maintains its own lending database, which makes it difficult to understand the big picture of each country --- the integrated historical lending information from all lending sources. Therefore, this package allows users to look at the cumulative lending amount a country received from the major multilateral development banks by searching a specific country code and time period.
Installation
$ pip install -i https://test.pypi.org/simple/ final_project_wanyingli
Features
- TODO
Dependencies
-Pandas -json -os -requests -numpy -matplotlib -pytest
Usage
Below are some examples for the functions provided in the package.
- Get a dataframe and print the cumulative WB project lending amount received by China from 2018-2019:
get_wb_countryyear('CN', 2018, 2019)
- Get a dataframe and print the cumulative WB project lending amount with environmental cateory "B" from 2018-2019:
get_wb_environment('B', 2018, 2019)
- Get a dataframe of all historical sovereign lending projects information since 2008:
get_adb_lending()
- Get a dataframe and print the cumulative ADB lending amount received by China from 2018-2019:
get_adb_countryyear('CN', 2018, 2019)
- Plot the top 10 receipient countries from the ADB since 2008:
plot_adb_top10()
Documentation
The official documentation is hosted on Read the Docs: https://final_project_wanyingli.readthedocs.io/en/latest/
Contributors
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
Credits
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file final_project_wanyingli-0.1.0.tar.gz
.
File metadata
- Download URL: final_project_wanyingli-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beaf121f03e5111bd4181956bd979c380389d14f92f7ffab0dff8a6727eac64d |
|
MD5 | abb33c7b68b8550aa2827b7d782bbe74 |
|
BLAKE2b-256 | ff5e5a62aa7bc2fe2cad9cbfae79d2ff84a7a866790c5d1bd8131c23ee85b2e0 |
File details
Details for the file final_project_wanyingli-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: final_project_wanyingli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e457b3b507adbeb9eeca755ffea8daa5ad19c4493da0f20ffab5d3434332481a |
|
MD5 | a815e43c7c44867fd4f59120ece4654a |
|
BLAKE2b-256 | 5760256f58ab710146643dbb233622832dbaff8f55a2d4d2034e8b2b51f65d9b |