Skip to content

Commit

Permalink
D2 modified and Countries.tsx added in app
Browse files Browse the repository at this point in the history
  • Loading branch information
sterenz committed Dec 3, 2023
1 parent 3c9ae83 commit 539eeb3
Show file tree
Hide file tree
Showing 10 changed files with 6,522 additions and 620 deletions.

Large diffs are not rendered by default.

425 changes: 0 additions & 425 deletions 0.CLEANUP/.ipynb_checkpoints/D2_migrations(2012-2021)-checkpoint.ipynb

This file was deleted.

21 changes: 11 additions & 10 deletions 0.CLEANUP/D1(b)_resident-foreigners-distribution(2018).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 1,
"id": "fddee909-c71e-4928-b042-73d91676a9ed",
"metadata": {},
"outputs": [],
Expand All @@ -45,7 +45,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 2,
"id": "f1234ed9-87a8-471a-b37b-1c420558108a",
"metadata": {},
"outputs": [
Expand All @@ -62,7 +62,7 @@
"str"
]
},
"execution_count": 8,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -127,7 +127,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 3,
"id": "2374c975-877e-45b1-a467-595b543deaf3",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -180,7 +180,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 4,
"id": "8c726e51-d479-4a54-8009-5ee59d60b402",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -248,15 +248,16 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 7,
"id": "914cc97f-57de-485a-8d2e-27208405fdbb",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"200\n"
"200\n",
"<class 'str'>\n"
]
}
],
Expand Down Expand Up @@ -287,7 +288,7 @@
" print(\"Request failed with status code:\", response.status_code)\n",
"\n",
"# Print is disable in documentation since the response is too long to be shown here. Uncomment to see it.\n",
"# print(json_string_data)"
"print(type(json_string_data))"
]
},
{
Expand Down Expand Up @@ -322,7 +323,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 6,
"id": "6953301e-5042-4aae-8e99-2e10e5b04df2",
"metadata": {},
"outputs": [
Expand All @@ -332,7 +333,7 @@
"str"
]
},
"execution_count": 12,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading

0 comments on commit 539eeb3

Please sign in to comment.