• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

konstantinstadler / pymrio / 32
11%

Build:
DEFAULT BRANCH: master
Ran 02 May 2018 10:59PM UTC
Jobs 2
Files 20
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
32

Pull #19

travis-ci

web-flow
World Bank data for Exiobase 2.0

Data for 2007 from World Bank. Includes data on Population, GDP (in current $ or current PPP), Trade (Ex, Im), Labor, as well as Land area and Energy use. 

The (quite arbitrary) order of regions is preserved in the data.

Warning: there is no dat for Taiwan (other missing points appear).

Use this code to create a DataFrame from the data:
```
WB_data = pd.DataFrame(pd.ExcelFile(path_misc+'/WB_data.xls').parse(0)[0:47])
WB_data.set_index('region', inplace=True)
# Euro conversion (WB_data is in dollars but Exiobase is in euros)
WB_data[['GDP_PPP','GDP','GDPpc','GDPpcPPP','Export','Import']] = 0.730754*WB_data[['GDP_PPP','GDP','GDPpc','GDPpcPPP','Export','Import']]
# Usage: 
WB_data.loc[['FR','AT']][['GDPpc','GDP']]
```
Pull Request #19: World Bank data for Exiobase 2.0

1010 of 2354 relevant lines covered (42.91%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32.1 02 May 2018 10:59PM UTC 0
42.91
Travis Job 32.1
2 32.2 02 May 2018 10:59PM UTC 0
42.91
Travis Job 32.2
Source Files on build 32
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #32
  • Pull Request #19
  • PR Base - master (#31)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc