Skip to content

Commit ea33481

Browse files
small change
1 parent baf9b50 commit ea33481

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

results/.DS_Store

0 Bytes
Binary file not shown.

results/Output Images/.DS_Store

0 Bytes
Binary file not shown.

scripts/Countries_Processing.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
},
594594
{
595595
"cell_type": "code",
596-
"execution_count": 31,
596+
"execution_count": 32,
597597
"metadata": {},
598598
"outputs": [],
599599
"source": [
@@ -610,6 +610,8 @@
610610
" p = scale_up_data_country_PERCENT_ECW[country][-1]\n",
611611
" if (p != 0):\n",
612612
" p = p.nominal_value\n",
613+
" if (p>100):\n",
614+
" p = 100\n",
613615
" country_percent_1y_dict[country] = p\n",
614616
"\n",
615617
"P_1y_df = pd.DataFrame.from_dict(percent_1y_dict, orient='index', columns=['Percentage after 1 Year'])\n",

0 commit comments

Comments
 (0)