How to Search for a String in Pandas DataFrame or Series | Pandas Contains |Pandas tutorial Beginner

Опубликовано: 23 Июль 2020
на канале: Engineers Revolution
5,417
59

pandas.Series.str.contains
Series.str.contains(self, pat, case=True, flags=0, na=nan, regex=True)[source]
Test if pattern or regex is contained within a string of a Series or Index.

Return boolean Series or Index based on whether a given pattern or regex is contained within a string of a Series or Index.

Parameters
pat str
Character sequence or regular expression.

casebool, default True
If True, case sensitive.

flags int, default 0 (no flags)
Flags to pass through to the re module, e.g. re.IGNORECASE.

na default NaN
Fill value for missing values.

regexbool, default True
If True, assumes the pat is a regular expression.

If False, treats the pat as a literal string.

Returns
Series or Index of boolean values
A Series or Index of boolean values indicating whether the given pattern is contained within the string of each element of the Series or Index.

The github link for this video is below 👇👇
https://github.com/RakeshKrishna143/P...


Смотрите видео How to Search for a String in Pandas DataFrame or Series | Pandas Contains |Pandas tutorial Beginner онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Engineers Revolution 23 Июль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,417 раз и оно понравилось 59 людям.