Skip to content

Commit

Permalink
Atualizações nos notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
HercoZauZau committed Jul 7, 2024
1 parent 9d65851 commit 1ad4e68
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 77 deletions.
8 changes: 4 additions & 4 deletions notebooks/01. data_collect/get_repos_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"id": "3cad27e9",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -126,15 +126,15 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"id": "bc9dfc19-e98d-4619-8856-273d97882f57",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Progress Bar: 100%|██████████| 1734/1734 [41:48<00:00, 1.45s/it] \n"
"Progress Bar: 100%|██████████| 1741/1741 [46:58<00:00, 1.62s/it] \n"
]
}
],
Expand All @@ -149,7 +149,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "7d89602d-1477-4d4a-95e4-ee2dbcedce0c",
"metadata": {},
"outputs": [],
Expand Down
18 changes: 2 additions & 16 deletions notebooks/01. data_collect/get_starred_data.ipynb

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions notebooks/01. data_collect/get_users_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Processing: 100%|██████████| 1734/1734 [26:05<00:00, 1.11it/s] "
"Processing: 100%|██████████| 1741/1741 [58:51<00:00, 2.03s/it] \n"
]
},
{
Expand All @@ -82,13 +82,6 @@
"text": [
"Done\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"\n"
]
}
],
"source": [
Expand Down
18 changes: 9 additions & 9 deletions notebooks/01. data_collect/get_users_ids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Mozambique: 1406\n",
"Moçambique: 256\n",
"Mozambique: 1425\n",
"Moçambique: 262\n",
"Mocambique: 44\n",
"Maputo: 1065\n",
"Maputo: 1081\n",
"Matola: 64\n"
]
}
Expand Down Expand Up @@ -200,19 +200,19 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"id": "53ebd458-ef4a-451d-b34a-0c2280f3dec1",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The IDs were successfully written to the file ../../data/raw/2024_05/mozambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_05/moçambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_05/mocambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_05/maputo.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_05/matola.csv!\n"
"The IDs were successfully written to the file ../../data/raw/2024_06/mozambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_06/moçambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_06/mocambique.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_06/maputo.csv!\n",
"The IDs were successfully written to the file ../../data/raw/2024_06/matola.csv!\n"
]
}
],
Expand Down
18 changes: 9 additions & 9 deletions notebooks/02. cleaning_and_structuring/structure_ids.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@
"3 755840\n",
"4 858200\n",
"---------------------------------------------\n",
"Number of rows: 2364\n",
"Number of rows: 2370\n",
"Number of columns: 1\n",
"---------------------------------------------\n",
"630\n",
"629\n",
"---------------------------------------------\n",
" user_id\n",
"0 346687\n",
"1 404506\n",
"1366 510444\n",
"1372 510444\n",
"2 705308\n",
"3 755840\n",
"... ...\n",
"1106 161128312\n",
"1107 161218651\n",
"1361 164799434\n",
"1362 165147195\n",
"1363 170897253\n",
"1365 170897253\n",
"1366 171516661\n",
"1367 171572856\n",
"1368 172770353\n",
"1369 174491130\n",
"\n",
"[1734 rows x 1 columns]\n",
"[1741 rows x 1 columns]\n",
"---------------------------------------------\n"
]
}
Expand Down
30 changes: 15 additions & 15 deletions notebooks/03. visualization/repos_insights.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions notebooks/03. visualization/starred_insights.ipynb

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions notebooks/03. visualization/users_insights.ipynb

Large diffs are not rendered by default.

0 comments on commit 1ad4e68

Please sign in to comment.