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

Add ability to drop columns in a datatable #38

Closed
st-pasha opened this issue May 29, 2017 · 0 comments
Closed

Add ability to drop columns in a datatable #38

st-pasha opened this issue May 29, 2017 · 0 comments
Assignees
Labels
improve Improvement of an existing functionality

Comments

@st-pasha
Copy link
Contributor

st-pasha commented May 29, 2017

Suggested syntax:

del dt["colA"]
del dt[:, ("colC", "colD", "colZ")]
del dt[cols_to_drop]  # where `cols_to_drop` is any iterable (list, set, generator, etc.)
@st-pasha st-pasha added the improve Improvement of an existing functionality label May 29, 2017
@st-pasha st-pasha self-assigned this May 29, 2017
st-pasha added a commit that referenced this issue May 30, 2017
Add ability to delete columns in a datatable. Closes #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improvement of an existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant