tidyverse
2 TopicsGetting Started with Databases: SQL and Data Visualizations Basics
The importance of learning SQL cannot be argued against. The requirement for SQL skills on job description expands to more than just traditional developer roles. This follow-along session will help you get started with learning SQL by showing real examples of how to read and write to a SQL database. Data is only important by what we can learn from it so we will also cover how you can take data, explore it with SQLlite in an R notebook and build visualizations that tell a story, with the tidyverse framework.3.1KViews1like0CommentsA walk in the tidyverse
If you worked with R to explore a dataset and build a report from this analysis, you have probably heard about the tidyverse. If you used R in your data science project, to fit a predictive model able to produce the most accurate prediction possible for new data, you have probably experimented with tidymodels. However, questions like “what is the tidyverse” or “how does the tidymodels framework fit in it” might still have no clear answer for you.2.5KViews1like0Comments