diff --git a/数据字段说明及实验要求.txt b/数据字段说明及实验要求.txt new file mode 100644 index 0000000..89fe45e --- /dev/null +++ b/数据字段说明及实验要求.txt @@ -0,0 +1,19 @@ +字段说明: +日期(YYYY-MM-DD), 省份, 时段, 负荷类型, 用电量(万千瓦) + +工业用电:Industrial-Power-Usage +居民用电:Residential-Power-Usage +商业用电:Commercial-Power-Usage + +实验要求: +1、计算每月的居民用电量(Residential-Power-Usage) + 输出格式为:YYYY-MM 该月的居民用电量之和 + +2、计算2023年工业用电(Industrial-Power-Usage)总量值 + +3、计算各省份年度最大单日用电量 + 输出格式为:省份 日期:负荷类型:最大单日用电量 + +/mapreduce/BD-exp-2/input + +/mapreduce/BD-exp-2/output \ No newline at end of file