利用python进行数据分析-pandas.concat/subplots/gropuby/pivot_table,多文件整合、聚合、分组,子图
importpandasaspdfrommatplotlibimportpyplotaspltimportnumpyasnp#文件中年份为1880年-2011年years=range(1880,2011)pieces=[]#列名columns=['name','sex','births']foryearinyears: #通用的路径名 path='D:\\pythonprogram\\names\