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

Fix incorrect ordering of columns with where and transform #91

Merged
merged 1 commit into from Mar 8, 2018

Conversation

nalimilan
Copy link
Member

@nalimilan nalimilan commented Mar 7, 2018

Calling map() over keys(membernames) returns a Set, which loses the ordering of columns and can make it inconsistent with values(membernames).

Fixes #88.

Calling map() over keys(membernames) returns a Set, which loses the ordering
of columns and can make it inconsistent with values(membernames).
@nalimilan nalimilan merged commit a78bac8 into master Mar 8, 2018
@nalimilan nalimilan deleted the nl/keys branch March 8, 2018 09:04
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.

None yet

2 participants