Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

datapackage-js

node v6.17.1
version: 1.0.0
endpointsharetweet
Datapackage tabular resource example:
const Datapackage = require('datapackage-test').Datapackage const descriptor = 'http://bit.do/datapackage-json' async function main() { const dp = await new Datapackage(descriptor) const table = await dp.resources[0].table const data = await table.read() console.log(data) } main()
Loading…

no comments

    sign in to comment