摘要: 一、词频统计: 按字母顺序排序 按词频排序 二、学生课程分数案例 总共有多少学生?map(), distinct(), count() 开设了多少门课程? 每个学生选修了多少门课?map().countByValue() //map(), countByKey() 每门课程有多少个学生选?map() 阅读全文
posted @ 2021-04-12 17:55 庞心 阅读(73) 评论(0) 推荐(0)