Manage and load dataprotocols.org Data Packages
Project description
datapackage provides means to work with DataPackages as defined on dataprotocols.org.
>> import datapackage >> >> # Note trailing slash is important for data.okfn.org >> datapkg = datapackage.DataPackage('http://data.okfn.org/data/cpi/') >> >> print datapkg.title Annual Consumer Price Index (CPI) >> print datapkg.description Annual Consumer Price Index (CPI) for most countries in the world. Reference year is 2005. >> # Weird example just to show how to work with data rows >> print sum([row['CPI'] for row in datapkg.data]) 668134.635662
Python support
datapackage supports both Python 2 and 3.
License
datapackage is available under the GNU General Public License, version 3. See LICENCE for more details.
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
datapackage-0.3.1.tar.gz
(18.3 kB
view details)
File details
Details for the file datapackage-0.3.1.tar.gz
.
File metadata
- Download URL: datapackage-0.3.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa03c7fa3d535a84776fe2ceda6dec3a30ed1e1acee72eb0ba99c7ecb9b6f5c3 |
|
MD5 | d59d570206a6837758df95213d281695 |
|
BLAKE2b-256 | 2aaae0949994665a6522830f8d520dd8bb4a3cdf95c13f8123ed95a9feb3868f |