df %>% mutate(new_var = mean(value), .by = group)
No extra grouping or ungrouping needed! Learn more:
www.linkedin.com/pulse/enhanc...
#RStats #DataScience
df %>% mutate(new_var = mean(value), .by = group)
No extra grouping or ungrouping needed! Learn more:
www.linkedin.com/pulse/enhanc...
#RStats #DataScience
#RStats #DataScience
#RStats #DataScience
df %>% summarise(mean_value = mean(value), .by = group)
This makes your code cleaner and more concise! ✨
#RStats #DataScience
www.linkedin.com/pulse/enhanc...
df %>% summarise(mean_value = mean(value), .by = group)
This makes your code cleaner and more concise! ✨
#RStats #DataScience
www.linkedin.com/pulse/enhanc...
- Use `map(data, func)` to transform and return new data.
- Use `modify(data, func)` to change elements in-place.
- Use `walk(data, func)` for side effects, returning the original data invisibly.
Enhance your functional programming! 🚀
#RStats #DataScience
- Use `map(data, func)` to transform and return new data.
- Use `modify(data, func)` to change elements in-place.
- Use `walk(data, func)` for side effects, returning the original data invisibly.
Enhance your functional programming! 🚀
#RStats #DataScience
df %>% mutate(new_var = x + y, .before = "x")
Precise control over your data frame structure! 🎯
#RStats #DataScience
df %>% mutate(new_var = x + y, .before = "x")
Precise control over your data frame structure! 🎯
#RStats #DataScience
[1/5]The .keep parameter in dplyr::mutate() lets you control which variables are retained after mutation. This can simplify your data frames and make your code more efficient. Let's explore it! #RStats #DataScience
[1/5]The .keep parameter in dplyr::mutate() lets you control which variables are retained after mutation. This can simplify your data frames and make your code more efficient. Let's explore it! #RStats #DataScience
Quarto 1.6 supports unified branding across formats, updates to RevealJS, a new shortcode to reorder content, a landscape page block, and more. Blog post: quarto.org/docs/blog/po...
Quarto 1.6 supports unified branding across formats, updates to RevealJS, a new shortcode to reorder content, a landscape page block, and more. Blog post: quarto.org/docs/blog/po...
Part 2 of a multi-part series on Quarto & Python.
Subscribe to Posit's YouTube channel to get them all.
youtu.be/_kjs_u3Ctt4
#Python #pydata #quarto #DataScience
Part 2 of a multi-part series on Quarto & Python.
Subscribe to Posit's YouTube channel to get them all.
youtu.be/_kjs_u3Ctt4
#Python #pydata #quarto #DataScience
mall is inspired by the SQL AI functions offered by vendors such as Databricks and Snowflake.
Learn more in this blog post by @theotheredgar.bsky.social: blogs.rstudio.com/ai/posts/202...
mall is inspired by the SQL AI functions offered by vendors such as Databricks and Snowflake.
Learn more in this blog post by @theotheredgar.bsky.social: blogs.rstudio.com/ai/posts/202...
@cwick.co.nz shows how to:
1. Start: www.youtube.com/watch?v=l7r2...
2. Add pages: www.youtube.com/watch?v=k65E...
3. Customize: www.youtube.com/watch?v=pAN2...
4. Add listings: www.youtube.com/watch?v=bv_C...
Great for #RStats, #Python, #JuliaLang folks!
@cwick.co.nz shows how to:
1. Start: www.youtube.com/watch?v=l7r2...
2. Add pages: www.youtube.com/watch?v=k65E...
3. Customize: www.youtube.com/watch?v=pAN2...
4. Add listings: www.youtube.com/watch?v=bv_C...
Great for #RStats, #Python, #JuliaLang folks!
Find and follow Posit people here: go.bsky.app/RxAPkGi
Find and follow Posit people here: go.bsky.app/RxAPkGi
S7 is a new object-oriented programming (OOP) system for #RStats, collaboratively designed to supersede both S3 and S4.
Shout out to the hard work of @t-kalinowski.bsky.social!
Learn more in the blog post: www.tidyverse.org/blog/2024/11...
S7 is a new object-oriented programming (OOP) system for #RStats, collaboratively designed to supersede both S3 and S4.
Shout out to the hard work of @t-kalinowski.bsky.social!
Learn more in the blog post: www.tidyverse.org/blog/2024/11...