Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

datapkg_write() - support writing from in-memory Data Package #7

Open
danfowler opened this issue Aug 2, 2016 · 1 comment
Open

Comments

@danfowler
Copy link

Having created a Data Package using datapkg_read(), I can update its metadata through simple assignment. However, there's currently no way to write that an in-memory Data Package to disk. datapkg_write() appears to only support writing data from data frames.

@danfowler danfowler changed the title datapkg_write() should support writing from in-memory Data Package datapkg_write() - support writing from in-memory Data Package Aug 2, 2016
@dy-kim
Copy link

dy-kim commented Aug 10, 2016

I'd like to make an additional remark on 'writing Data Package', for what it's worth. I think when there are little changes on an in-memory Data Package compared to an original Data Package on disk, it would be much efficient to 'update' the diff rather than rewrite whole csv file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants