Skip to main content

Python package that returns the total country lending projects from the World Bank and the Asian Development Bank.

Project description

final_project_wanyingli

codecov Release Documentation Status

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.

  1. Get a dataframe and print the cumulative WB project lending amount received by China from 2018-2019:
get_wb_countryyear('CN', 2018, 2019)
  1. Get a dataframe and print the cumulative WB project lending amount with environmental cateory "B" from 2018-2019:
get_wb_environment('B', 2018, 2019)
  1. Get a dataframe of all historical sovereign lending projects information since 2008:
get_adb_lending()
  1. Get a dataframe and print the cumulative ADB lending amount received by China from 2018-2019:
get_adb_countryyear('CN', 2018, 2019)
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

final_project_wanyingli-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

final_project_wanyingli-0.1.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page