From 9033585828f833b2a66b954e88c1a8293e914893 Mon Sep 17 00:00:00 2001 From: fly6516 Date: Mon, 3 Mar 2025 11:32:37 +0800 Subject: [PATCH] =?UTF-8?q?docs(BD-exp-2):=20=E6=B7=BB=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E6=AE=B5=E8=AF=B4=E6=98=8E=E5=8F=8A=E5=AE=9E?= =?UTF-8?q?=E9=AA=8C=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - --- 数据字段说明及实验要求.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 数据字段说明及实验要求.txt 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