Engineering and Technology
Learn to combine data across multiple tables to answer more complex questions with dplyr.
This course focuses on the essential skills required in data science to effectively analyze complex datasets that are distributed across multiple tables. By joining these tables together, you will gain the ability to extract valuable insights from the combined data. Throughout the course, you will have the opportunity to apply these skills using a captivating dataset from the Rebrickable website, which encompasses comprehensive information about LEGO sets, parts, themes, and colors. Despite the dataset being fragmented across numerous tables, you will progressively work with it while mastering six distinct types of joins. These include four mutating joins: inner join, left join, right join, and full join, as well as two filtering joins: semi join and anti join. In the final chapter, you will further enhance your expertise by applying these newly acquired skills to Stack Overflow data. This dataset comprises nearly 300,000 Stack Overflow questions that are specifically tagged with R, encompassing details about their answers, the date they were asked, and their score. Prepare yourself to elevate your dplyr skills to the next level with this comprehensive course.
by DataCamp
Learn to combine data across multiple tables to answer more complex questions with dplyr.
by DataCamp
This course will show you how to combine and merge datasets with data.table.
by DataCamp
Learn to combine data from multiple tables by joining data together using pandas.
by DataCamp
Level up your SQL knowledge and learn to join tables together, apply relational set theory, and work...
by DataCamp
Learn how to explore what's available in a database: the tables, relationships between them, and dat...
by DataCamp
Learn to clean data as quickly and accurately as possible to help your business move from raw data t...
by DataCamp
Learn how to make attractive visualizations of geospatial data in Python using the geopandas package...
by DataCamp
Learn how to effectively and efficiently join datasets in tabular format using the Python Pandas lib...
by DataCamp
Learn about string manipulation and become a master at using regular expressions.