Skip to content

Commit 1c9594b

Browse files
committed
Fix: Remove metadata in .ipynb file that broke GitHub's parsing
1 parent 31e7a85 commit 1c9594b

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

src/python/world-bank.ipynb

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"- Data Reuse\n",
2626
" - <a href=\"https://www.worldbank.org/en/about/legal/terms-of-use-for-datasets\" target=\"_blank\">World Bank Data Licensing and Terms of Use</a>\n",
2727
"\n",
28-
"*These recipe examples were tested on September 3, 2025.*"
28+
"*These recipe examples were tested on September 5, 2025.*"
2929
]
3030
},
3131
{
@@ -47,11 +47,10 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": null,
50+
"execution_count": 1,
5151
"id": "5ae69817",
5252
"metadata": {
5353
"collapsed": false,
54-
"execution": "",
5554
"executionInfo": {}
5655
},
5756
"outputs": [],
@@ -523,7 +522,7 @@
523522
},
524523
{
525524
"cell_type": "code",
526-
"execution_count": 9,
525+
"execution_count": 6,
527526
"id": "0f5f6697",
528527
"metadata": {},
529528
"outputs": [
@@ -533,7 +532,7 @@
533532
"('US', 'GB')"
534533
]
535534
},
536-
"execution_count": 9,
535+
"execution_count": 6,
537536
"metadata": {},
538537
"output_type": "execute_result"
539538
}
@@ -559,7 +558,7 @@
559558
},
560559
{
561560
"cell_type": "code",
562-
"execution_count": 18,
561+
"execution_count": 7,
563562
"id": "2507e453",
564563
"metadata": {},
565564
"outputs": [
@@ -614,7 +613,7 @@
614613
},
615614
{
616615
"cell_type": "code",
617-
"execution_count": 19,
616+
"execution_count": 8,
618617
"id": "9b95b081",
619618
"metadata": {},
620619
"outputs": [
@@ -650,7 +649,7 @@
650649
" 'decimal': 0}]"
651650
]
652651
},
653-
"execution_count": 19,
652+
"execution_count": 8,
654653
"metadata": {},
655654
"output_type": "execute_result"
656655
}
@@ -674,7 +673,7 @@
674673
},
675674
{
676675
"cell_type": "code",
677-
"execution_count": 20,
676+
"execution_count": 9,
678677
"id": "862bd297",
679678
"metadata": {},
680679
"outputs": [],
@@ -701,7 +700,7 @@
701700
},
702701
{
703702
"cell_type": "code",
704-
"execution_count": null,
703+
"execution_count": 10,
705704
"id": "ff1959eb",
706705
"metadata": {
707706
"tags": [
@@ -779,7 +778,7 @@
779778
" 1960: [nan, nan, 3002.08929545597]}"
780779
]
781780
},
782-
"execution_count": 23,
781+
"execution_count": 10,
783782
"metadata": {},
784783
"output_type": "execute_result"
785784
}
@@ -801,7 +800,7 @@
801800
},
802801
{
803802
"cell_type": "code",
804-
"execution_count": 25,
803+
"execution_count": 11,
805804
"id": "985d2b51",
806805
"metadata": {
807806
"output_scroll": true
@@ -825,7 +824,7 @@
825824
},
826825
{
827826
"cell_type": "code",
828-
"execution_count": 32,
827+
"execution_count": 12,
829828
"id": "9d0d794e",
830829
"metadata": {},
831830
"outputs": [

0 commit comments

Comments
 (0)