Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appending data to existing dataset #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sebhinck
Copy link

@sebhinck sebhinck commented Sep 20, 2020

I thought it might be useful for others as well to be able to add data to an already existing dataset.

These changes add this possibility to the Writer class. Instead of overwriting each file, one can specify append = True to open the existing file and append data.

@karimbahgat
Copy link
Collaborator

Thanks a lot for this, very interesting functionality that I think could be useful! I've been contemplating maybe an edit mode where one can also make use of the dbf deletion flag, in which case appending could be part of that. So will have to come back to this at a later point when I have time, to look over your code and do a little more thinking in terms of settling on an api.

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

Successfully merging this pull request may close these issues.

2 participants