frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Import Package in README example #88

Closed peterdesmet closed 3 years ago

peterdesmet commented 3 years ago

Overview

The example in the README as is creates the following error:

NameError: name 'Package' is not defined

Adding from frictionless import Package gets you one step further, but then has:

AttributeError: 'Package' object has no attribute 'save'

Using the older from datapackage import Package does not generate errors (hence this PR). But the whole example should probably be updated to work with frictionless-py.


Please preserve this line to notify @roll (lead of this repository)