pyspark.sql.functions。
regexp_replace
替換所有匹配正則表達式字符串中指定的字符串值與代表。
例子
> > >df=火花。createDataFrame(((“100 - 200”),(str的])> > >df。選擇(regexp_replace(str的,r“(\ d +)”,“——”)。別名(' d '))。收集()行(d = '——'))
以前的
pyspark.sql.functions.regexp_extract
下一個
pyspark.sql.functions.unbase64