Skip to content

Commit 31dfbd4

Browse files
nicolab100victor
authored and
victor
committed
DOC: updated Series.str.contains see also section (pandas-dev#22176)
1 parent b7c7923 commit 31dfbd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/strings.py

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ def str_contains(arr, pat, case=True, flags=0, na=np.nan, regex=True):
293293
See Also
294294
--------
295295
match : analogous, but stricter, relying on re.match instead of re.search
296+
Series.str.startswith : Test if the start of each string element matches a pattern.
297+
Series.str.endswith : Same as startswith, but tests the end of string.
296298
297299
Examples
298300
--------

0 commit comments

Comments
 (0)