标签: python regex nlp
如何检查文本文件中的行是否包含字母? 我正在尝试以下代码,但无法检查:
val newdf = df.withColumn("C", df.select("A").collect().mkString(" ").split("::")(0))