怎么统计不同城市分布数量,分析不同城市分布情况并可视化。要求用spark分析。
不同城市,使用spark_sql很简单的,最后group by city就可以了你再使用python 的Matplotlib库就可以画图了