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

Improve inline documentation of select to include examples of multiple columns not to be included #2513

Closed
ppalmes opened this issue Nov 2, 2020 · 2 comments
Labels
Milestone

Comments

@ppalmes
Copy link
Contributor

ppalmes commented Nov 2, 2020

  • provide examples of select(df, Not([:col1, :col2, ...])) to have multiple columns excluded
@ppalmes ppalmes changed the title Improve inline documentation of select to include examples of multiple columns not to be included Improve inline documentation of select to include examples of multiple columns not to be included Nov 2, 2020
@ppalmes ppalmes changed the title Improve inline documentation of select to include examples of multiple columns not to be included Improve inline documentation of select to include examples of multiple columns not to be included Nov 2, 2020
@bkamins
Copy link
Member

bkamins commented Nov 2, 2020

We have a very similar example in https://github.com/JuliaData/DataFrames.jl/blob/master/docs/src/man/getting_started.md already (with a regular expression not a vector, but this is the same).

Also Not is already documented in InvertedIndices.jl.

Still, if you think it would be useful to make this specific example - just please propose a PR. Probably it best fits https://github.com/JuliaData/DataFrames.jl/blob/master/docs/src/man/getting_started.md.

@bkamins bkamins added the doc label Nov 2, 2020
@bkamins bkamins added this to the 1.5 milestone Dec 4, 2022
@bkamins
Copy link
Member

bkamins commented Dec 4, 2022

This is covered in basics.md

@bkamins bkamins closed this as completed Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants