Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Jul 8, 2024
1 parent 5668630 commit 340e90c
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions notebooks/ORCID.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 39,
"id": "32fce42a",
"metadata": {},
"outputs": [],
Expand All @@ -38,13 +38,13 @@
" },\n",
" 'from': '0',\n",
" 'size': '10000',\n",
" '_source': ['id', 'orcid', 'fullName']\n",
" '_source': ['id', 'orcid', 'id_hal', 'fullName']\n",
"}"
]
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 40,
"id": "2d4c4fa5",
"metadata": {},
"outputs": [],
Expand All @@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 41,
"id": "250739fd",
"metadata": {},
"outputs": [
Expand All @@ -64,7 +64,7 @@
"6631"
]
},
"execution_count": 34,
"execution_count": 41,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -76,13 +76,42 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 42,
"id": "379647bb",
"metadata": {},
"outputs": [],
"source": [
"df = pd.DataFrame(data)"
]
},
{
"cell_type": "code",
"execution_count": 48,
"id": "c98ef3fe",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"6626"
]
},
"execution_count": 48,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"len(df.orcid.unique())"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bbf0131c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 340e90c

Please sign in to comment.