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.5.4.tar.gz
(35.2 kB
view details)
File details
Details for the file datapackage-0.5.4.tar.gz
.
File metadata
- Download URL: datapackage-0.5.4.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cee88425a1d4bd205d90b8f24558bc6ecc411f48755a6c42eb1cbf1b2cab064 |
|
MD5 | 66dd01a89fa803c8360378672f88de55 |
|
BLAKE2b-256 | c9b6fb2c064ef598bac506e470ae4ae6a9d75584a1d68b3eb7bc5d7d7540688c |