Python Pandas Regex Filter Tutorial

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks, finally I found what I needed!

dragangolic
Автор

Shit, I came here only to see how to substitute/replace a value and at the end you have said it's easy but I cannot figure it out jaja

facundolubo
Автор

Hey thank you for useful tutorial!!!

Can I ask you please what you will be doing if for example:

You have large text inside column and you need extract to new column from this text one email per row but (!) in every row there be two emails. One email will be locating near “send you’re ideas” words and another one will be near “don’t send you’re ideas” or “do not send your ideas” words

I’m very excited to hear you’re mind

Inside new column need be only emails near “send you’re ideas” and another ones can be ignored or stored in next column with name “don’t send you’re ideas”

arc
Автор

great thank you, where is this pokemon dataset

domillima
Автор

you never used regex=True to search for patterns.

gman
Автор

Thank you. How do you remove the filter on the same df? Say I filter, calculate new col and values, unfilter....filter again, calculate values for a col, .

TankDavisConquers
Автор

You should include str.match() in your video.
expresion = '^ABC[0-1]{3}$'

curiousape
visit shbcf.ru