diff --git a/notebooks/query_cellar_R.ipynb b/notebooks/query_cellar_R.ipynb index 665f0aefb..608427cd8 100644 --- a/notebooks/query_cellar_R.ipynb +++ b/notebooks/query_cellar_R.ipynb @@ -42,11 +42,19 @@ "\n", "# Preparing query\n", "query <- '\n", - "prefix cdm: \n", - "select distinct ?Countries\n", - "where {\n", - "?Countries a cdm:country\n", - "}'" + "PREFIX epo: \n", + "PREFIX cccev: \n", + "SELECT (COUNT (DISTINCT(?Notice)) as ?NrOfNotices) WHERE {\n", + " ?Notice epo:hasPublicationDate ?Date .\n", + " ?Notice epo:announcesRole ?Buyer .\n", + " ?Buyer epo:playedBy ?Organization .\n", + " ?Oganization epo:hasBusinessSize .\n", + " ?Organization cccev:registeredAddress / epo:hasCountryCode .\n", + " VALUES ?Date {\n", + " \"20230905\" \"20230906\"\n", + " }\n", + "}\n", + "'" ] }, { diff --git a/notebooks/query_cellar_python.ipynb b/notebooks/query_cellar_python.ipynb index 8bd082f4e..a9371c1a7 100644 --- a/notebooks/query_cellar_python.ipynb +++ b/notebooks/query_cellar_python.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": { "collapsed": false, "pycharm": { @@ -13,12 +13,12 @@ "source": [ "# Uncomment last line of this cell (by deleting #) to install necessary dependencies.\n", "\n", - "#!pip install sparqlwrapper pandas" + "#!pip install sparqlwrapper pandas Jinja2" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": { "collapsed": false, "pycharm": { @@ -37,17 +37,26 @@ "\n", "# Example of sparql query\n", "SPARQL_QUERY: str = \"\"\"\n", - "prefix cdm: \n", - "select distinct ?Countries\n", - "where {\n", - "?Countries a cdm:country\n", + "PREFIX epo: \n", + "PREFIX cccev: \n", + " \n", + "SELECT (COUNT (DISTINCT (?Notice)) as ?NrOfNotices) WHERE { \n", + " \n", + " ?Notice epo:hasPublicationDate ?Date .\n", + " ?Notice epo:announcesRole ?Buyer .\n", + " ?Buyer epo:playedBy ?Organization .\n", + " ?Organization cccev:registeredAddress / epo:hasCountryCode .\n", + "\n", + " VALUES ?Date {\n", + " \"20230905\" \"20230906\"\n", + " }\n", "}\n", "\"\"\"" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": { "collapsed": false, "pycharm": { @@ -64,7 +73,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": { "collapsed": false, "pycharm": { @@ -82,919 +91,14 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } }, - "outputs": [ - { - "data": { - "text/html": [ - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
 Countries
0http://publications.europa.eu/resource/authority/country/GRL
1http://publications.europa.eu/resource/authority/country/BDI
2http://publications.europa.eu/resource/authority/country/BEN
3http://publications.europa.eu/resource/authority/country/CAF
4http://publications.europa.eu/resource/authority/country/ZR0
5http://publications.europa.eu/resource/authority/country/BHR
6http://publications.europa.eu/resource/authority/country/KWT
7http://publications.europa.eu/resource/authority/country/OMN
8http://publications.europa.eu/resource/authority/country/QAT
9http://publications.europa.eu/resource/authority/country/AFG
10http://publications.europa.eu/resource/authority/country/TUV
11http://publications.europa.eu/resource/authority/country/1A0
12http://publications.europa.eu/resource/authority/country/WSM
13http://publications.europa.eu/resource/authority/country/COD
14http://publications.europa.eu/resource/authority/country/SLB
15http://publications.europa.eu/resource/authority/country/BEL
16http://publications.europa.eu/resource/authority/country/DEU
17http://publications.europa.eu/resource/authority/country/DNK
18http://publications.europa.eu/resource/authority/country/FRA
19http://publications.europa.eu/resource/authority/country/GBR
20http://publications.europa.eu/resource/authority/country/GRC
21http://publications.europa.eu/resource/authority/country/HRV
22http://publications.europa.eu/resource/authority/country/HUN
23http://publications.europa.eu/resource/authority/country/ITA
24http://publications.europa.eu/resource/authority/country/LTU
25http://publications.europa.eu/resource/authority/country/MEX
26http://publications.europa.eu/resource/authority/country/NLD
27http://publications.europa.eu/resource/authority/country/OP_DATPRO
28http://publications.europa.eu/resource/authority/country/POL
29http://publications.europa.eu/resource/authority/country/PRT
30http://publications.europa.eu/resource/authority/country/SWE
31http://publications.europa.eu/resource/authority/country/AUT
32http://publications.europa.eu/resource/authority/country/BGR
33http://publications.europa.eu/resource/authority/country/CYP
34http://publications.europa.eu/resource/authority/country/ESP
35http://publications.europa.eu/resource/authority/country/IRL
36http://publications.europa.eu/resource/authority/country/MAR
37http://publications.europa.eu/resource/authority/country/MLT
38http://publications.europa.eu/resource/authority/country/MYS
39http://publications.europa.eu/resource/authority/country/CZE
40http://publications.europa.eu/resource/authority/country/EST
41http://publications.europa.eu/resource/authority/country/FIN
42http://publications.europa.eu/resource/authority/country/LVA
43http://publications.europa.eu/resource/authority/country/SVK
44http://publications.europa.eu/resource/authority/country/SVN
45http://publications.europa.eu/resource/authority/country/CHE
46http://publications.europa.eu/resource/authority/country/LUX
47http://publications.europa.eu/resource/authority/country/ROU
48http://publications.europa.eu/resource/authority/country/VNM
49http://publications.europa.eu/resource/authority/country/SEN
50http://publications.europa.eu/resource/authority/country/SYC
51http://publications.europa.eu/resource/authority/country/ZAF
52http://publications.europa.eu/resource/authority/country/KOR
53http://publications.europa.eu/resource/authority/country/LBN
54http://publications.europa.eu/resource/authority/country/SAU
55http://publications.europa.eu/resource/authority/country/JOR
56http://publications.europa.eu/resource/authority/country/COM
57http://publications.europa.eu/resource/authority/country/PAK
58http://publications.europa.eu/resource/authority/country/TUN
59http://publications.europa.eu/resource/authority/country/MKD
60http://publications.europa.eu/resource/authority/country/GNQ
61http://publications.europa.eu/resource/authority/country/AUS
62http://publications.europa.eu/resource/authority/country/GIN
63http://publications.europa.eu/resource/authority/country/DZA
64http://publications.europa.eu/resource/authority/country/CYM
65http://publications.europa.eu/resource/authority/country/TKM
66http://publications.europa.eu/resource/authority/country/IRN
67http://publications.europa.eu/resource/authority/country/ARG
68http://publications.europa.eu/resource/authority/country/EGY
69http://publications.europa.eu/resource/authority/country/IDN
70http://publications.europa.eu/resource/authority/country/CHL
71http://publications.europa.eu/resource/authority/country/BGD
72http://publications.europa.eu/resource/authority/country/URY
73http://publications.europa.eu/resource/authority/country/BMU
74http://publications.europa.eu/resource/authority/country/MUS
75http://publications.europa.eu/resource/authority/country/BLZ
76http://publications.europa.eu/resource/authority/country/BRB
77http://publications.europa.eu/resource/authority/country/CIV
78http://publications.europa.eu/resource/authority/country/COG
79http://publications.europa.eu/resource/authority/country/GUY
80http://publications.europa.eu/resource/authority/country/JAM
81http://publications.europa.eu/resource/authority/country/KEN
82http://publications.europa.eu/resource/authority/country/MDG
83http://publications.europa.eu/resource/authority/country/MWI
84http://publications.europa.eu/resource/authority/country/SUR
85http://publications.europa.eu/resource/authority/country/SWZ
86http://publications.europa.eu/resource/authority/country/TTO
87http://publications.europa.eu/resource/authority/country/TZA
88http://publications.europa.eu/resource/authority/country/UGA
89http://publications.europa.eu/resource/authority/country/ZMB
90http://publications.europa.eu/resource/authority/country/ZWE
91http://publications.europa.eu/resource/authority/country/KGZ
92http://publications.europa.eu/resource/authority/country/MRT
93http://publications.europa.eu/resource/authority/country/SLE
94http://publications.europa.eu/resource/authority/country/GMB
95http://publications.europa.eu/resource/authority/country/LBY
96http://publications.europa.eu/resource/authority/country/PAN
97http://publications.europa.eu/resource/authority/country/AND
98http://publications.europa.eu/resource/authority/country/LIE
99http://publications.europa.eu/resource/authority/country/NOR
100http://publications.europa.eu/resource/authority/country/RUS
101http://publications.europa.eu/resource/authority/country/SMR
102http://publications.europa.eu/resource/authority/country/STP
103http://publications.europa.eu/resource/authority/country/TUR
104http://publications.europa.eu/resource/authority/country/ISL
105http://publications.europa.eu/resource/authority/country/GNB
106http://publications.europa.eu/resource/authority/country/CHN
107http://publications.europa.eu/resource/authority/country/NPL
108http://publications.europa.eu/resource/authority/country/USA
109http://publications.europa.eu/resource/authority/country/ISR
110http://publications.europa.eu/resource/authority/country/JPN
111http://publications.europa.eu/resource/authority/country/CAN
112http://publications.europa.eu/resource/authority/country/YUG
113http://publications.europa.eu/resource/authority/country/IND
114http://publications.europa.eu/resource/authority/country/MDA
115http://publications.europa.eu/resource/authority/country/KNA
116http://publications.europa.eu/resource/authority/country/MCO
117http://publications.europa.eu/resource/authority/country/TCD
118http://publications.europa.eu/resource/authority/country/VUT
119http://publications.europa.eu/resource/authority/country/LAO
120http://publications.europa.eu/resource/authority/country/MLI
121http://publications.europa.eu/resource/authority/country/TGO
122http://publications.europa.eu/resource/authority/country/BRN
123http://publications.europa.eu/resource/authority/country/COL
124http://publications.europa.eu/resource/authority/country/PNG
125http://publications.europa.eu/resource/authority/country/SUN
126http://publications.europa.eu/resource/authority/country/THA
127http://publications.europa.eu/resource/authority/country/BRA
128http://publications.europa.eu/resource/authority/country/NZL
129http://publications.europa.eu/resource/authority/country/CPV
130http://publications.europa.eu/resource/authority/country/NER
131http://publications.europa.eu/resource/authority/country/ABW
132http://publications.europa.eu/resource/authority/country/UZB
133http://publications.europa.eu/resource/authority/country/MOZ
134http://publications.europa.eu/resource/authority/country/TWN
135http://publications.europa.eu/resource/authority/country/GTM
136http://publications.europa.eu/resource/authority/country/BLR
137http://publications.europa.eu/resource/authority/country/BIH
138http://publications.europa.eu/resource/authority/country/LKA
139http://publications.europa.eu/resource/authority/country/FSM
140http://publications.europa.eu/resource/authority/country/CSK
141http://publications.europa.eu/resource/authority/country/BHS
142http://publications.europa.eu/resource/authority/country/ARM
143http://publications.europa.eu/resource/authority/country/DMA
144http://publications.europa.eu/resource/authority/country/EUR
145http://publications.europa.eu/resource/authority/country/ALB
146http://publications.europa.eu/resource/authority/country/BFA
147http://publications.europa.eu/resource/authority/country/KAZ
148http://publications.europa.eu/resource/authority/country/UKR
149http://publications.europa.eu/resource/authority/country/SGP
150http://publications.europa.eu/resource/authority/country/CMR
151http://publications.europa.eu/resource/authority/country/AGO
152http://publications.europa.eu/resource/authority/country/ARE
153http://publications.europa.eu/resource/authority/country/GEO
154http://publications.europa.eu/resource/authority/country/DOM
155http://publications.europa.eu/resource/authority/country/ATG
156http://publications.europa.eu/resource/authority/country/BOL
157http://publications.europa.eu/resource/authority/country/CRI
158http://publications.europa.eu/resource/authority/country/CUB
159http://publications.europa.eu/resource/authority/country/ECU
160http://publications.europa.eu/resource/authority/country/GRD
161http://publications.europa.eu/resource/authority/country/HTI
162http://publications.europa.eu/resource/authority/country/LCA
163http://publications.europa.eu/resource/authority/country/NIC
164http://publications.europa.eu/resource/authority/country/PER
165http://publications.europa.eu/resource/authority/country/PRY
166http://publications.europa.eu/resource/authority/country/SLV
167http://publications.europa.eu/resource/authority/country/VCT
168http://publications.europa.eu/resource/authority/country/VEN
169http://publications.europa.eu/resource/authority/country/DDR
170http://publications.europa.eu/resource/authority/country/SOM
171http://publications.europa.eu/resource/authority/country/FJI
172http://publications.europa.eu/resource/authority/country/HKG
173http://publications.europa.eu/resource/authority/country/PLW
174http://publications.europa.eu/resource/authority/country/MNG
175http://publications.europa.eu/resource/authority/country/SRB
176http://publications.europa.eu/resource/authority/country/MNE
177http://publications.europa.eu/resource/authority/country/SYR
178http://publications.europa.eu/resource/authority/country/GAB
179http://publications.europa.eu/resource/authority/country/HND
180http://publications.europa.eu/resource/authority/country/LBR
181http://publications.europa.eu/resource/authority/country/PHL
182http://publications.europa.eu/resource/authority/country/TJK
183http://publications.europa.eu/resource/authority/country/MDV
184http://publications.europa.eu/resource/authority/country/MAC
185http://publications.europa.eu/resource/authority/country/RWA
186http://publications.europa.eu/resource/authority/country/AZE
187http://publications.europa.eu/resource/authority/country/KIR
188http://publications.europa.eu/resource/authority/country/SDN
189http://publications.europa.eu/resource/authority/country/GHA
190http://publications.europa.eu/resource/authority/country/YMD
191http://publications.europa.eu/resource/authority/country/BWA
192http://publications.europa.eu/resource/authority/country/LSO
193http://publications.europa.eu/resource/authority/country/NAM
194http://publications.europa.eu/resource/authority/country/VAT
195http://publications.europa.eu/resource/authority/country/IRQ
196http://publications.europa.eu/resource/authority/country/NGA
197http://publications.europa.eu/resource/authority/country/FRO
198http://publications.europa.eu/resource/authority/country/DJI
199http://publications.europa.eu/resource/authority/country/COK
200http://publications.europa.eu/resource/authority/country/YEM
201http://publications.europa.eu/resource/authority/country/KHM
202http://publications.europa.eu/resource/authority/country/TLS
203http://publications.europa.eu/resource/authority/country/TON
204http://publications.europa.eu/resource/authority/country/PSE
205http://publications.europa.eu/resource/authority/country/SCG
206http://publications.europa.eu/resource/authority/country/MHL
207http://publications.europa.eu/resource/authority/country/BES
208http://publications.europa.eu/resource/authority/country/BTN
209http://publications.europa.eu/resource/authority/country/ERI
210http://publications.europa.eu/resource/authority/country/ETH
211http://publications.europa.eu/resource/authority/country/GGY
212http://publications.europa.eu/resource/authority/country/HVO
213http://publications.europa.eu/resource/authority/country/IMN
214http://publications.europa.eu/resource/authority/country/JEY
215http://publications.europa.eu/resource/authority/country/MMR
216http://publications.europa.eu/resource/authority/country/NIU
217http://publications.europa.eu/resource/authority/country/NRU
218http://publications.europa.eu/resource/authority/country/PRK
219http://publications.europa.eu/resource/authority/country/VGB
\n" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "# Print result\n", "result_dataframe.style" @@ -1010,14 +114,14 @@ "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" + "pygments_lexer": "ipython3", + "version": "3.8.10" } }, "nbformat": 4,