R/RStudio Projects: Cyclistic Bike Share (Part 1)

Sdílet
Vložit
  • čas přidán 13. 09. 2024

Komentáře • 25

  • @jeffreybennett8842
    @jeffreybennett8842 Před 3 lety +3

    Thanks for the videos. But I have tried now to upload all twelve and combine them/clean them 6 times in Rstudio. Each time it wound up crashing and losing all of my work. I've tried so many different things and it just doesn't work. Also the JANITOR package is non-existent in Rstudio, I cannot find it install or library it. Help me out, brother!

    • @jeffreybennett8842
      @jeffreybennett8842 Před 3 lety

      I even tried with only 6 months and it still crashed R and lost all my work.

    • @CaribouDataScience
      @CaribouDataScience  Před 3 lety +1

      Are you running R/Rstudio on you home computer? If you are how much memory does it have?

    • @davidjackson7675
      @davidjackson7675 Před 3 lety +1

      The package is janitor not JANITOR. Also if you are using your own computer then you then will have to install the dev tools package also. Finally, if you are using Windows you also need to install rtools40.

    • @jeffreybennett8842
      @jeffreybennett8842 Před 3 lety +1

      @@davidjackson7675 using a Chromebook. Devtools huh?

    • @CaribouDataScience
      @CaribouDataScience  Před 3 lety +1

      @@jeffreybennett8842 How much memory? You need devtools to install some packages. Chromebook is basically Linux. Your can DB message me at davidjatyackson,

  • @allisonnosilla9796
    @allisonnosilla9796 Před 3 lety

    Please what is the youtu.be link to "R Code Video" that you have in your R Script comments? Following along and cannot see what it says. Thanks.

    • @allisonnosilla9796
      @allisonnosilla9796 Před 3 lety

      Did you rename all your files, t1.csv, t2.csv, t3.csv...t12.csv? And did you put them in a folder named Data in documents/Data?

    • @davidjackson7675
      @davidjackson7675 Před 3 lety

      @@allisonnosilla9796 czcams.com/video/KwNh10vjcD8/video.html
      I created a project in RStudio then I created data for the directory monthly data files.

    • @allisonnosilla9796
      @allisonnosilla9796 Před 3 lety

      @@davidjackson7675 I'll have a look. I followed what you did here and got errors, mostly file not found. Changed the 1st 1 in t1 to the given csv file name but still error. #Lost #NoCert 😥

    • @CaribouDataScience
      @CaribouDataScience  Před 3 lety +1

      @@allisonnosilla9796 Here is the link to my code: github.com/davidjayjackson/Cyclistic-Bike-Share/blob/master/import_data.R

  • @bhupeshsinghbhandari7167

    do i need to change date to ymd_hms from excel files ? bec in all 12 , some are in yms and some in mdy format . i am getting parse error in R while changing chr to date