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

Deprecate empty! #1843

Merged
merged 1 commit into from
Jun 12, 2019
Merged

Deprecate empty! #1843

merged 1 commit into from
Jun 12, 2019

Conversation

nalimilan
Copy link
Member

So that we can change it to be equivalent to empty!.(eachcol(df)).

Fix #1841.

So that we can change it to be equivalent to `empty!.(eachcol(df))`.
Copy link
Member

@bkamins bkamins left a comment

Choose a reason for hiding this comment

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

Interestingly in a few days I will propose removing deletecols! :) and replace it with select!(df, Int[]) or something like this.

@nalimilan
Copy link
Member Author

Yeah, the deprecation will have to be updating before tagging a release, so that users don't have to migrate twice.

@nalimilan nalimilan merged commit 25e23b7 into master Jun 12, 2019
@nalimilan nalimilan deleted the nl/empty! branch June 12, 2019 11:09
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.

empty! should preserve columns
2 participants