摘要: 分析居民的用电习惯代码: # coding=utf-8 import pandas as pd df = pd.read_excel('data.xlsx') UserAll = df.groupby("用户编号").count().index JEAll = df.groupby(by=["用户编 阅读全文
posted @ 2022-04-03 23:08 哦心有 阅读(102) 评论(0) 推荐(0)