Brian Schaefer

Results 2 issues of Brian Schaefer

### What changes were proposed in this pull request? Support either literal Python strings or Column objects for the pattern and replacement arguments for `regexp_replace`. ### Why are the changes...

SQL
CORE
PYTHON

I'm looking for a feature similar to Python's `maxsplit` option in [`str.split`](https://docs.python.org/3.3/library/stdtypes.html?highlight=split#str.split). `split_exact` appears to address a similar need, although it looks like it splits on every occurrence of the...

feature