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

Enable encoding by name with missing fields #219

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

Conversation

lrworth
Copy link

@lrworth lrworth commented Nov 8, 2022

A new EncodeOptions field encMissing determines what to do when a named field cannot be found. This enables encoding sparse data structures.

This is a breaking change because there are no longer reasonable Eq or Show instances for EncodeOptions.

Resolves #176.

This is a breaking change as it removes the `Eq` and `Show` instances
for `EncodeOptions`.
@andreasabel
Copy link
Member

Blocked on:

@saurabhnanda
Copy link

Any chance that this can be merged? I hit the same issue as #176

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.

Question on csv programming exercise and encoding rows missing specific header keys
3 participants