String Manipulation with stringr in R
Learn how to pull character strings apart, put them back together and use the stringr package.
Comece O Curso Gratuitamente4 horas17 vídeos60 exercícios30.799 aprendizesDeclaração de Realização
Crie sua conta gratuita
ou
Ao continuar, você aceita nossos Termos de Uso, nossa Política de Privacidade e que seus dados são armazenados nos EUA.Treinar 2 ou mais pessoas?
Tentar DataCamp for BusinessAmado por alunos de milhares de empresas
Descrição do Curso
Character strings can turn up in all stages of a data science project. You might have to clean messy string input before analysis, extract data that is embedded in text or automatically turn numeric results into a sentence to include in a report. Perhaps the strings themselves are the data of interest, and you need to detect and match patterns within them. This course will help you master these tasks by teaching you how to pull strings apart, put them back together and use stringr to detect, extract, match and split strings using regular expressions, a powerful way to express patterns.
Treinar 2 ou mais pessoas?
Obtenha acesso à sua equipe à plataforma DataCamp completa, incluindo todos os recursos.Nas seguintes faixas
Desenvolvedor R
Ir para a trilhaMineração de texto in R
Ir para a trilha- 1
String basics
GratuitoYou'll start with some basics: how to enter strings in R, how to control how numbers are transformed to strings, and finally how to combine strings together to produce output that combines text and nicely formatted numbers.
Welcome!50 xpQuotes100 xpWhat you see isn't always what you have100 xpEscape sequences100 xpTurning numbers into strings50 xpUsing format() with numbers100 xpControlling other aspects of the string100 xpformatC()100 xpPutting strings together50 xpAnnotation of numbers100 xpA very simple table100 xpLet's order pizza!100 xp - 2
Introduction to stringr
Time to meet stringr! You'll start by learning about some stringr functions that are very similar to some base R functions, then how to detect specific patterns in strings, how to split strings apart and how to find and replace parts of strings.
Introducing stringr50 xpPutting strings together with stringr100 xpString length100 xpExtracting substrings100 xpHunting for matches50 xpDetecting matches100 xpSubsetting strings based on match100 xpCounting matches100 xpSplitting strings50 xpParsing strings into variables100 xpSome simple text statistics100 xpReplacing matches in strings50 xpReplacing to tidy strings100 xpReview100 xpFinal challenges100 xp - 3
Pattern matching with regular expressions
In this chapter you'll learn about regular expressions, a language for describing patterns in strings. By combining regular expressions with the stringr functions you'll greatly increase your power to manipulate strings.
Regular expressions50 xpMatching the start or end of the string100 xpMatching any character100 xpCombining with stringr functions100 xpMore regular expressions50 xpAlternation100 xpCharacter classes100 xpRepetition100 xpShortcuts50 xpHunting for phone numbers100 xpExtracting age and gender from accident narratives100 xpParsing age and gender into pieces100 xp - 4
More advanced matching and manipulation
Now for two advanced ways to use regular expressions along with stringr: selecting parts of a match (a.k.a capturing) and referring back to parts of a match (a.k.a back-referencing). You'll also learn to deal with and strings or patterns that contain Unicode characters (e.g. é).
Capturing50 xpCapturing parts of a pattern100 xpPulling out parts of a phone number100 xpExtracting age and gender again100 xpBackreferences50 xpUsing backreferences in patterns100 xpReplacing with regular expressions100 xpReplacing with backreferences100 xpUnicode and pattern matching50 xpMatching a specific code point or code groups100 xpMatching a single grapheme100 xp - 5
Case studies
Practice your string manipulation skills on a couple of case studies. You'll also learn a few new skills, reading strings into R and handling problems of case (e.g. A versus a).
Treinar 2 ou mais pessoas?
Obtenha acesso à sua equipe à plataforma DataCamp completa, incluindo todos os recursos.Nas seguintes faixas
Desenvolvedor R
Ir para a trilhaMineração de texto in R
Ir para a trilhaconjuntos de dados
DNA sequences from the genome of Yersinia pestisNarrativesAdverbsImportance of being earnestCat-related accidentscolaboradores
pré-requisitos
Intermediate RCharlotte Wickham
Ver MaisAssistant Professor at Oregon State University
O que os outros alunos têm a dizer?
Junte-se a mais de 15 milhões de alunos e comece String Manipulation with stringr in R hoje mesmo!
Crie sua conta gratuita
ou
Ao continuar, você aceita nossos Termos de Uso, nossa Política de Privacidade e que seus dados são armazenados nos EUA.