Тёмный

Regular Expressions in R 

Roger Peng
Подписаться 27 тыс.
Просмотров 58 тыс.
50% 1

Опубликовано:

 

13 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@kagayakuangel5828
@kagayakuangel5828 Год назад
for anyone who wanted to know what the hell the attr(, match.length) thing does, it can be used define the vector that describes the length of the matches. In case you have many matches and you wanna display each of them in a string you can label your gregexpr(blabla) as "matches". And that will give you the first vector (the one that tells you where each of your matches begins). matches
@mkj256
@mkj256 2 года назад
That is AWESOME. I have been struggling with regex for so long. Thank you
@tochukwuokeke4000
@tochukwuokeke4000 2 года назад
Very good presentation. I was your student in R programming course in coursera, and have always enjoyed your class.
@claramedeiros3998
@claramedeiros3998 5 лет назад
Is it possible to do a similar video but about mining data on DF? Like columns and row manipulation. Im having trouble for example when trying to match patterns of strings within rows of specific columns. Like considering only words starting with _ , ending with _ and starting with an empty space... Ive tried: filas = grep( df_diccionario$Palabra[i], df_busqueda$String) where Palabra is a column from my df_diccionario data frame and String is a Column of my df_busqueda dataframe. I want to find all the occurrences within Palabra, that matches the String, but with the condition that these occurrences are only words between the underscore _ , or that start with an underscore and ends with the empty space or that ends with an underscore .. Found you in coursera a while ago, you are great Mr Peng. :)
@evoshindi
@evoshindi 3 года назад
where can I download the data? There does not seem to be a link anywhere
@jakaaryapradana6419
@jakaaryapradana6419 8 лет назад
Excuse me, may i get the slide?
@evoshindi
@evoshindi 3 года назад
and use it for your own classes here?
@marcofumagalli8147
@marcofumagalli8147 7 лет назад
Any slides available? good tutorial anyway
@devkinandanbhatt8057
@devkinandanbhatt8057 7 лет назад
a very good tutorial.
@s.a.Tawhid
@s.a.Tawhid 3 года назад
To get the file you can use this R command download.file("raw.githubusercontent.com/ahawker/data-analysis-coursera/master/HW4/homicides.txt","homicides.txt")
@rakibulhaque3444
@rakibulhaque3444 8 месяцев назад
error
@chilukuridinesh5975
@chilukuridinesh5975 6 лет назад
very well explained
@Branxification
@Branxification 6 лет назад
regexpr = reg expression..
Далее
Regular Expressions
27:22
Просмотров 35 тыс.
why are switch statements so HECKIN fast?
11:03
Просмотров 413 тыс.
WHY IS THE STACK SO FAST?
13:46
Просмотров 159 тыс.
Classes and Methods in R
34:52
Просмотров 34 тыс.
Trivia Game But I Lie Half The Time
36:38
Просмотров 474 тыс.
Introduction to the dplyr R package
15:31
Просмотров 67 тыс.
All Rust string types explained
22:13
Просмотров 176 тыс.
Lambda Calculus - Computerphile
12:40
Просмотров 1 млн