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

BUG Preserve index of input DataFrame when transforming #33

Merged

Conversation

stephen-hoover
Copy link
Contributor

@stephen-hoover stephen-hoover commented Mar 30, 2018

Removing the index caused bad errors when inserting un-expanded columns from the original DataFrame into the new DataFrame. Users will probably also expect that their indexes are preserved.

Closes #32 .

Removing the index caused bad errors when inserting un-expanded columns from the original DataFrame into the new DataFrame. Users will probably also expect that their indexes are preserved.
Copy link
Contributor

@elsander elsander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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

Successfully merging this pull request may close these issues.

2 participants