Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pandas/core/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,11 +611,12 @@ def str_extract(arr, pat, flags=0, expand=None):
flags : int, default 0 (no flags)
re module flags, e.g. re.IGNORECASE

.. versionadded:: 0.18.0
expand : bool, default False
* If True, return DataFrame.
* If False, return Series/Index/DataFrame.

.. versionadded:: 0.18.0

Returns
-------
DataFrame with one row for each subject string, and one column for
Expand Down