Companies Home Search Profile

Merging Data Sources with R 3

Focused View

Dan Tofan

1:28:56

52 View
  • 01.Course Overview.mp4
    01:36
  • 02.Creating a Vector from Values.mp4
    08:25
  • 03.Merging Values into a Vector.mp4
    07:11
  • 04.Merging Vectors into a Character Vector.mp4
    07:32
  • 05.Merging Vectors into a Matrix.mp4
    07:52
  • 06.Data Frames.mp4
    07:14
  • 07.Inner Joins.mp4
    08:52
  • 08.Left, Right, and Full Outer Joins.mp4
    05:54
  • 09.Data Frame Keys.mp4
    02:55
  • 10.Data Frame Relationships.mp4
    04:55
  • 11.Summary.mp4
    01:52
  • 12.Why dplyr.mp4
    03:49
  • 13.Inner Joins.mp4
    05:56
  • 14.Left, Right, and Full Outer Joins.mp4
    06:27
  • 15.Semi Joins.mp4
    03:36
  • 16.Anti Joins.mp4
    02:39
  • 17.Summary.mp4
    02:11
  • Description


    Learn how to merge data with R. How do you merge values into vectors? How do you merge vectors into data frames? How do you join data frames? See how to use base R and dplyr to do left, right, and full outer joins with plenty of examples.

    What You'll Learn?


      In your R data science projects, you need very often to work with data which is spread out across multiple data sources. For example, given two separate data sets on products and their sales, how can you merge them into a new data set? In this course, Merging Data Sources with R, you will gain the ability to merge data from different sources in a controlled way that enables you to keep only the data you need. First, you will learn to merge vectors, which includes using the paste() and append() methods. Next, you will discover how to join data sets with the merge() function, which includes left, inner, right and full outer joins, on data frames that can have one-to-one, one-to-many, or many-to-many relationships. Finally, you will explore how to join data sets with the dplyr package, which covers the previous joins plus anti and semi joins. When you are finished with this course, you will have the skills and knowledge of merging data from different sources, needed to do data wrangling with R.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Dan started programming decades ago on a Spectrum clone and started his professional programming career in 2003. Eager to learn, Dan moved to Netherlands to study at the University of Groningen. Now, Dan is proud of his PhD thesis on decision making and knowledge acquisition in software architecture, and about a dozen publications with hundreds of citations. Dan used Microsoft technologies for many years, but migrated gradually to Python, Linux and AWS, to learn more of the computing world. Currently, Dan is a full-time Python programmer at the Romania office of a global company in the research domain.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 17
    • duration 1:28:56
    • level preliminary
    • Release Date 2023/10/11

    Courses related to R Programming