pd.Series.str.extract¶
pandas.Series.str.extract(pat, flags=0, expand=True)
Supported Arguments¶
| argument | datatypes | other requirements | 
|---|---|---|
pat | 
- String | Must be constant at Compile Time | 
flags | 
- Integer | Must be constant at Compile Time | 
expand | 
- Boolean | Must be constant at Compile Time |