@ -98,7 +98,9 @@ spark = SparkSession \
本例可使用如下表达式将`,`替换为`''`:
`replace(regexp_extract(`最大飞行速度`,'[\\\d,\\\.]+',0),',','')`
```
replace(regexp_extract(`最大飞行速度`,'[\\\d,\\\.]+',0),',','')
第三步:使用`CAST`函数将字符串转化为`double`用于排序。