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

Clean up InternalFrame and around anchor. #1601

Merged
merged 2 commits into from
Jun 22, 2020
Merged

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Jun 20, 2020

Clean up InternalFrame to remove spark_column and fix around it, also add some utility methods.

@ueshin ueshin requested a review from HyukjinKwon June 20, 2020 01:58
@@ -2829,7 +2818,7 @@ def transpose(self, *args, **kwargs):
2 3
Name: 0, dtype: int64
"""
return first_series(DataFrame(self._internal.copy(spark_column=None)))
return self.copy()
Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@itholic
Copy link
Contributor

itholic commented Jun 21, 2020

LGTM

@HyukjinKwon
Copy link
Member

@ueshin Feel free to merge. I will not merge in case you have some more things to push here.

@ueshin
Copy link
Collaborator Author

ueshin commented Jun 22, 2020

I'd merge this now. I'll have some more things to do but they should be in a separate PR.

@ueshin ueshin merged commit a445c39 into databricks:master Jun 22, 2020
@ueshin ueshin deleted the cleanup branch June 22, 2020 19:32
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.

3 participants