2024年9月15日

9.15

摘要: 本周学习了spark 首先,使用样例类: case class User(id:Int,name: String,gender:String, age: Int) 之后使用Seq创建Dataframe val alice: User = User(3, "Alice", "F", 26) val t 阅读全文

posted @ 2024-09-15 19:39 HA_wind 阅读(11) 评论(0) 推荐(0)

导航