Reliance on dbplyr vs SQL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RonWesley
    New Member
    • Jan 2020
    • 3

    Reliance on dbplyr vs SQL?

    Hello! I’m a sophomore in college whose dabbled into a couple languages in data science, two of them being R and python. I like both and I use them quite often, and lately I’ve been learning SQL because, well, it’s good to know for internships and something which seems to be sought after. However, As a big fan of the tidyverse, I’ve come across dbplyr, a wrapper for dplyr for manipulating databases with R, and creating queries with the standard dplyr syntax. The result is the same as if you were using SQL. I’m wondering what your guys thoughts are for any of you who have used dbplyr, and how it is received by people who use SQL. Is it something which is not used as much? Or is it not worth knowing? It seems like an “easy” way of writing traditional sql queries. Any thoughts/opinions would be great, thanks.
  • Niheel
    Recognized Expert Moderator Top Contributor
    • Jul 2005
    • 2432

    #2
    it's a good way to abstract SQL away from data science work

    if your focus is DS, then definitely double down on it
    Posit Cheat Sheets - Can also be found at https://posit.co/resources/cheatsheets/. - rstudio/cheatsheets

    niheel @ bytes

    Comment

    • RonWesley
      New Member
      • Jan 2020
      • 3

      #3
      my issue has been solved
      Last edited by Niheel; Jan 16 '21, 04:20 PM.

      Comment

      Working...