Working With SQL Databases From R: Introduction & Connecting To Databases

Поделиться
HTML-код
  • Опубликовано: 23 окт 2024

Комментарии • 36

  • @snaponsmile4938
    @snaponsmile4938 2 года назад +4

    This video answered all my questions , great instructor

  • @karthikkumarkarthikkumar3531
    @karthikkumarkarthikkumar3531 Год назад

    such easy way of teaching ,your teaching skills amazed me understanding such difficult thing easier. thank you so much

    • @weecology
      @weecology  Год назад

      Thanks! I so glad it is helpful!

  • @swghavoc
    @swghavoc Год назад +1

    Thank you for making it simple to understand.

  • @julianamendes9943
    @julianamendes9943 Год назад

    Thanks so much for your video, your expplaining way is very easy even for a brazilian person, great teaching method.

  • @shichengguo8064
    @shichengguo8064 2 года назад +1

    Great video!! It will be great to make the 1st step as how to prepare the portal.sqlite

    • @weecology
      @weecology  2 года назад +1

      Glad it's helpful. I added a link to download that file and another link describing how to create one in the video description. Let me know if you need anything else.

  • @vincentchirimwami6599
    @vincentchirimwami6599 Год назад +1

    Hello. Could you, please, put numbers on the videos? I am not sure which video to go to after watching a video. Great teaching by the way.

    • @weecology
      @weecology  Год назад +1

      Thanks! The quickest way to give you an answer is that the order is the same as in this playlist ruclips.net/p/PLD8eCxFKntVH5EJmTBaZXWaU8cM_T9Lfl
      The Working with SQL Databases is all the way down at the bottom of the playlist. Hope that helps!

    • @weecology
      @weecology  Год назад +1

      And I just added a playlist with just the Working with SQL Databases from R in the right order for you as well: ruclips.net/p/PLD8eCxFKntVG4WztMnn3khib9v7TTgPTT

  • @Dingelkorn
    @Dingelkorn 2 года назад +2

    thanks for the introduction!

  • @helenindianara897
    @helenindianara897 Год назад

    Muito Obrigada por este vídeo! Simples e fácil! Parabéns!

  • @Hipno70
    @Hipno70 2 года назад +2

    On point. Thanks!

  • @marianklose1197
    @marianklose1197 2 года назад +1

    great video, thank you!

  • @joshstat8114
    @joshstat8114 9 месяцев назад

    Creating SQL Database connection using connection panel in RStudio?

  • @hell_Lofi.musicx
    @hell_Lofi.musicx Год назад

    if i have a superstore CSV file and I want to select max sales where Region should be South/East/west/North with Order dates b/w (i.e:- 01-02-2019 to 01-01-2021).

  • @FJ-ow5lm
    @FJ-ow5lm Год назад

    Do you have the video that connects to MySQL Workbench? I saw the database from MySQL Workbench on the "Connections' pane but when I use 'dbListTables (dbname), it says this: Error in h(simpleError(msg, call)) :
    error in evaluating the argument 'conn' in selecting a method for function 'dbListTables': object 'spear' not found

    • @weecology
      @weecology  Год назад +1

      I don’t. Sorry. It’s been a few years since I worked with MySQL.

  • @birasafabrice
    @birasafabrice 2 года назад

    thank you for the tutorial!

  • @AlphaRhoDelta
    @AlphaRhoDelta Год назад

    What do you mean "path to database file"?

    • @weecology
      @weecology  Год назад

      The location of the database file on your computer. We’ve got a video on paths that might be useful in figuring out how to write this ruclips.net/video/2sReMmTMYFk/видео.html

  • @stephensaucedo2746
    @stephensaucedo2746 9 месяцев назад

    Getting character(0) when I show tables. Do you know how to fix this? :/

    • @weecology
      @weecology  9 месяцев назад

      If this is happening when using dbListTables this probably means you didn’t connect to our database file and so R created an empty one. Check that you’ve downloaded the file linked in the description, that it is in your working directory, and that the name when you run dbConnect() matches the file name exactly (including the file extension)

    • @stephensaucedo2746
      @stephensaucedo2746 9 месяцев назад

      Hello thank you for your help. The tables are now showing, but now I have a new error. When I reference a table it says object not found. Do you know why this is happening? The tables were working fine at first but I had to close and reopen R and that is when the problem arose.@@weecology

    • @weecology
      @weecology  9 месяцев назад

      @stephensaucedo2746 since you restarted R you’ll need to rerun all of the code to recreate the connection to the database

  • @cuysaurus
    @cuysaurus 2 года назад

    Nice ASMR, bro.

  • @common_wolf
    @common_wolf Год назад

    what if I'm using SSMS?

    • @weecology
      @weecology  Год назад

      To connect to SQL Server you’ll need to use the ODBC package. There’s a brief introduction here solutions.posit.co/connections/db/getting-started/connect-to-database/ Hope it helps!

  • @Antowan
    @Antowan 2 года назад

    Great video Thanks!