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

Typo fix #3439

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Typo fix #3439

merged 1 commit into from
Apr 19, 2024

Conversation

nathanrboyer
Copy link
Contributor

"its two" implies that there are only two columns, but there are three. It is selecting two of the three.

This is a small thing, but it took me longer than I would like to admit to understand what was happening in the example.

julia> @chain df begin
           @rsubset :age > 40 
           @select(:number_of_children = :children, :name)
       end
2×2 DataFrame
 Row │ number_of_children  name
     │ Int64               String
─────┼────────────────────────────
   10  John
   24  Roger

"its two" implies that there are only two columns, but there are three.
@bkamins bkamins merged commit 0276504 into JuliaData:main Apr 19, 2024
4 of 5 checks passed
@bkamins
Copy link
Member

bkamins commented Apr 19, 2024

Thank you!

@nathanrboyer nathanrboyer deleted the patch-1 branch April 19, 2024 10:17
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.

2 participants