Skip to content

Commit f8946a8

Browse files
committed
update
1 parent 0a5b16c commit f8946a8

File tree

141 files changed

+13368
-5719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+13368
-5719
lines changed

bin/jupyter/emissions-inventory-summary/activity-summary.ipynb

Lines changed: 178 additions & 87 deletions
Large diffs are not rendered by default.

bin/jupyter/emissions-inventory-summary/emissions-reduction-quantification.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 19,
5+
"execution_count": 1,
66
"id": "a9618b97-9c7b-4691-ab65-51626553a8b6",
77
"metadata": {
88
"tags": []
99
},
10-
"outputs": [],
10+
"outputs": [
11+
{
12+
"name": "stderr",
13+
"output_type": "stream",
14+
"text": [
15+
"C:\\Users\\peiyaozhao\\AppData\\Local\\anaconda3\\Lib\\site-packages\\pandas\\core\\arrays\\masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
16+
" from pandas.core import (\n"
17+
]
18+
}
19+
],
1120
"source": [
1221
"import pandas as pd\n",
1322
"import numpy as np\n",
@@ -22,19 +31,19 @@
2231
},
2332
{
2433
"cell_type": "code",
25-
"execution_count": 20,
34+
"execution_count": 2,
2635
"id": "d937016b-41a0-498a-9043-eccd5fe7b15a",
2736
"metadata": {
2837
"tags": []
2938
},
3039
"outputs": [],
3140
"source": [
32-
"summary = pd.read_excel('../../../results/Emissions-Reduction-Calculation.xlsx', sheet_name='calculation')"
41+
"summary = pd.read_excel('../../../visualization data/Emissions-Reduction-Calculation.xlsx', sheet_name='calculation')"
3342
]
3443
},
3544
{
3645
"cell_type": "code",
37-
"execution_count": 21,
46+
"execution_count": 3,
3847
"id": "c6bfcc6e-9cd5-478a-928a-3e244bdccf45",
3948
"metadata": {},
4049
"outputs": [

bin/jupyter/emissions-inventory-summary/emissions-results-summary.ipynb

Lines changed: 76 additions & 67 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)