Data Science: Wrangling
About this Course
In this course, part of our Professional Certificate Program in Data Science,we cover several standard steps of the data wrangling process like importing data into R, tidying data, string processing, HTML parsing, working with dates and times, and text mining. Rarely are all these wrangling steps necessary in a single analysis, but a data scientist will likely face them all at some point. Very rarely is data easily accessible in a data science project. It's more likely for the data to be in a file, a database, or extracted from documents such as web pages, tweets, or PDFs. In these cases, the first step is to import the data into R and tidy the data, using the tidyverse package. The steps that convert data from its raw form to the tidy form is called data wrangling. This process is a critical step for any data scientist. Knowing how to wrangle and clean data will enable you to make critical insights that would otherwise be hidden.Created by: Harvard University
Level: Introductory

Related Online Courses
Students learn to construct a wide variety of SQL statements – from beginning to more advanced concepts – such as joins, common table expressions, window functions, etc. Students also learn the bas... more
Históricamente las matemáticas nacieron por primera vez, debido a la necesidad de entender nuestro entorno y tomar decisiones. En particular, la ciencia de datos (data science), se enfoca en el p... more
We consider questions like these across three topics: Topic 1 starts with simple, familiar ideas like correlation and builds on these to consider how simple linear regression can be applied to... more
Analytical models are key to understanding data, generating predictions, and making business decisions. Without models it’s nearly impossible to gain insights from data. In modeling, it’s ess... more
In Data Literacy Foundations, you will learn how critical thinking is an essential data literacy skill in today’s data-driven world. You’ll begin by considering how you use data every day, dis... more