DataFrame常用操作

1.1. DataFrame常用操作 1.1.1. DSL風格語法 //查看DataFrame中的內容 personDF.show //查看DataFrame部分列中的內容 personDF.select(personDF.col(「name」)).show personDF.select(col(「name」),col(「age」)).show personDF.select(「name」).s
相關文章
相關標籤/搜索