Skip to content

Commit

Permalink
DOC: updated Series.str.contains see also section (pandas-dev#22176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolab100 authored and victor committed Sep 30, 2018
1 parent b7c7923 commit 31dfbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True):
See Also
--------
match : analogous, but stricter, relying on re.match instead of re.search
Series.str.startswith : Test if the start of each string element matches a pattern.
Series.str.endswith : Same as startswith, but tests the end of string.
Examples
--------
Expand Down

0 comments on commit 31dfbd4

Please sign in to comment.