Skip to content

Commit

Permalink
Add Tomasz Waniek's profile and Wrocław Half Marathon comparison proj…
Browse files Browse the repository at this point in the history
…ect (2023 vs 2024)
  • Loading branch information
N1ghtmarecus committed Nov 18, 2024
1 parent 206dc4d commit 6f5630b
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 21 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Porównanie Półmaratonu: Edycje 2023 vs 2024

Zapraszamy do zapoznania się z fascynującą analizą dwóch ostatnich edycji półmaratonu, które odbyły się w latach 2023 i 2024. Projekt skupia się na porównaniu kluczowych aspektów obu wydarzeń, takich jak liczba uczestników, tempo biegu oraz wyniki sportowe. Dzięki szczegółowym danym i analizom, odkryjemy, jakie zmiany zaszły w organizacji i przebiegu tych biegów, a także jakie wnioski można wyciągnąć na przyszłość. Przygotuj się na podróż przez świat biegów długodystansowych, pełną ciekawostek i inspirujących historii.

**Autor**: [Tomasz Waniek](/od-zera-do-ai-portfolio/uczestnicy/tomasz_waniek)

![Wnioski z analizy](assets/conclusions.png)

![Wartości unikalne](assets/unique_values.png)

![Brakujące wartości](assets/missing_values.png)

![Tempo biegu](assets/pace.png)

![Boxplot wyników](assets/results_boxplot.png)

![Nacja](assets/nation.png)

![Powtarzający się uczestnicy](assets/repeat_participants.png)

![Uczestnicy którzy poprawili wynik](assets/improved_results.png)

![Najlepsza stabilność](assets/best_stability.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
porównanie półmaratonu z lat 2023 vs 2024
8 changes: 8 additions & 0 deletions docs/uczestnicy/tomasz_waniek.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Tomasz Waniek

Matematyka od zawsze była moją największą pasją, a analityka towarzyszy mi bez względu na miejsce pracy. Przez prawie 20 lat pracowałem jako KAM, ale zdecydowałem się na znaczącą zmianę zawodową. Od trzech lat pełnię rolę specjalisty w dziale controllingu oraz dewelopera BI, skupiając się na rozwiązaniach Power BI.

## Projekty

- [Wrocławski Półmaraton - Porównanie 2023 vs 2024](/od-zera-do-ai-portfolio/projects/eda_wroclaw_halfmarathon/eda_tomasz_waniek_halfmarathon/)
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ nav:
- Dokładna Analiza EDA Danych z Półmaratonu we Wrocławiu 2023: projects/eda_wroclaw_halfmarathon/eda_extensive_with_video_comment/index.md
- "Tajemnice Wrocławskiego Półmaratonu 2023: Analiza EDA": projects/eda_wroclaw_halfmarathon/eda_with_passion/index.md
- "Fascynująca Analiza EDA Półmaratonu Wrocławskiego 2023": projects/eda_wroclaw_halfmarathon/eda_edge_cases/index.md
- "Porównanie Półmaratonu: Edycje 2023 vs 2024": projects/eda_wroclaw_halfmarathon/eda_tomasz_waniek_halfmarathon/index.md

- Irysy:
- O projekcie: projects/iris/index.md
Expand Down Expand Up @@ -67,3 +68,4 @@ nav:
- Karol Zdańkowski: uczestnicy/karol_zdankowski.md
- Michał (MB): uczestnicy/mb.md
- Michał Pecyna: uczestnicy/michal_pecyna.md
- Tomasz Waniek: uczestnicy/tomasz_waniek.md
50 changes: 29 additions & 21 deletions notebooks/add_embeds_based_entry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -32,7 +32,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -71,17 +71,32 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# PAGE_PATH = PROJECTS_PATH / \"eda_wroclaw_halfmarathon\" / \"eda_edge_cases\"\n",
"\n",
"# with open(PAGE_PATH / \"notes.txt\", \"r\") as f:\n",
"# NOTES = f.read()\n",
"\n",
"# AUTHOR_NAME = \"Andrzej\"\n",
"# AUTHOR_LINK = \"/od-zera-do-ai-portfolio/uczestnicy/andrzej\""
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"PAGE_PATH = PROJECTS_PATH / \"eda_wroclaw_halfmarathon\" / \"eda_edge_cases\"\n",
"PAGE_PATH = PROJECTS_PATH / \"eda_wroclaw_halfmarathon\" / \"eda_tomasz_waniek_halfmarathon\"\n",
"\n",
"with open(PAGE_PATH / \"notes.txt\", \"r\") as f:\n",
" NOTES = f.read()\n",
"\n",
"AUTHOR_NAME = \"Andrzej\"\n",
"AUTHOR_LINK = \"/od-zera-do-ai-portfolio/uczestnicy/andrzej\""
"AUTHOR_NAME = \"Tomasz Waniek\"\n",
"AUTHOR_LINK = \"/od-zera-do-ai-portfolio/uczestnicy/tomasz_waniek\""
]
},
{
Expand All @@ -93,7 +108,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -122,7 +137,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -138,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -157,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -180,18 +195,11 @@
"\"\"\"\n",
" ))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "od_zera_do_ai",
"language": "python",
"name": "python3"
},
Expand All @@ -205,7 +213,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6f5630b

Please sign in to comment.