odo"izable" object
Open
question
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm looking for some help to make an object odo"izable" (able to be a source for odo).
```
>> import datapackage
>> # Note trailing slash is important for data.okfn.org
>> datapkg = datapackage.DataPackage('http://data.okfn.org/data/cpi/')
>> odo(datapkg, pd.DataFrame)
```
raises
```
KeyError:
```
see https://github.com/trickvi/datapackage/issues/45
is it possible to inherit a parent class to provide an odo"izable" object ?
Kind regards
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.