diff --git a/athletes-analysis.ipynb b/Jupyter notebook files/athletes-analysis.ipynb
similarity index 98%
rename from athletes-analysis.ipynb
rename to Jupyter notebook files/athletes-analysis.ipynb
index 47556e2..74acf1c 100644
--- a/athletes-analysis.ipynb
+++ b/Jupyter notebook files/athletes-analysis.ipynb
@@ -34,7 +34,7 @@
"metadata": {},
"outputs": [],
"source": [
- "path_to_excel_file = 'Athletes.xlsx'"
+ "path_to_excel_file = 'datasets\\Athletes.xlsx'"
]
},
{
diff --git a/entries-gender-analysis.ipynb b/Jupyter notebook files/entries-gender-analysis.ipynb
similarity index 97%
rename from entries-gender-analysis.ipynb
rename to Jupyter notebook files/entries-gender-analysis.ipynb
index 48108fd..d30d04d 100644
--- a/entries-gender-analysis.ipynb
+++ b/Jupyter notebook files/entries-gender-analysis.ipynb
@@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
- "path_to_excel_file = '/home/arrow/2021-Olympics-Data-Analysis/EntriesGender.xlsx'"
+ "path_to_excel_file = 'datasets\\EntriesGender.xlsx'"
]
},
{
diff --git a/medals-analysis.ipynb b/Jupyter notebook files/medals-analysis.ipynb
similarity index 95%
rename from medals-analysis.ipynb
rename to Jupyter notebook files/medals-analysis.ipynb
index 97f0011..d6ff739 100644
--- a/medals-analysis.ipynb
+++ b/Jupyter notebook files/medals-analysis.ipynb
@@ -1,22 +1,8 @@
{
- "nbformat": 4,
- "nbformat_minor": 0,
- "metadata": {
- "colab": {
- "name": "teams-analysis.ipynb",
- "provenance": []
- },
- "kernelspec": {
- "name": "python3",
- "display_name": "Python 3"
- },
- "language_info": {
- "name": "python"
- }
- },
"cells": [
{
"cell_type": "code",
+ "execution_count": 7,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
@@ -25,18 +11,8 @@
"id": "YJRn0xaKSOFU",
"outputId": "f178d551-8174-49fa-8c9a-10c9e320fb1c"
},
- "source": [
- "import pandas as pd\n",
- "\n",
- "file =\"Medals.xlsx\"\n",
- "df = pd.read_excel(file)\n",
- "\n",
- "df.head(5)\n"
- ],
- "execution_count": 7,
"outputs": [
{
- "output_type": "execute_result",
"data": {
"text/html": [
"
\n",
@@ -130,10 +106,34 @@
"4 5 ROC 20 28 23 71 3"
]
},
+ "execution_count": 7,
"metadata": {},
- "execution_count": 7
+ "output_type": "execute_result"
}
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "\n",
+ "file =\"datasets\\Medals.xlsx\"\n",
+ "df = pd.read_excel(file)\n",
+ "\n",
+ "df.head(5)\n"
]
}
- ]
-}
\ No newline at end of file
+ ],
+ "metadata": {
+ "colab": {
+ "name": "teams-analysis.ipynb",
+ "provenance": []
+ },
+ "kernelspec": {
+ "display_name": "Python 3",
+ "name": "python3"
+ },
+ "language_info": {
+ "name": "python"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/team-analysis.ipynb b/Jupyter notebook files/team-analysis.ipynb
similarity index 94%
rename from team-analysis.ipynb
rename to Jupyter notebook files/team-analysis.ipynb
index 1e3a36b..c489e0b 100644
--- a/team-analysis.ipynb
+++ b/Jupyter notebook files/team-analysis.ipynb
@@ -1,22 +1,8 @@
{
- "nbformat": 4,
- "nbformat_minor": 0,
- "metadata": {
- "colab": {
- "name": "teams-analysis.ipynb",
- "provenance": []
- },
- "kernelspec": {
- "name": "python3",
- "display_name": "Python 3"
- },
- "language_info": {
- "name": "python"
- }
- },
"cells": [
{
"cell_type": "code",
+ "execution_count": 8,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
@@ -25,18 +11,8 @@
"id": "YJRn0xaKSOFU",
"outputId": "4bf73bd4-3ae2-486a-c6df-fc799d76d03f"
},
- "source": [
- "import pandas as pd\n",
- "\n",
- "file =\"Teams.xlsx\"\n",
- "df = pd.read_excel(file)\n",
- "\n",
- "df.head(5)\n"
- ],
- "execution_count": 8,
"outputs": [
{
- "output_type": "execute_result",
"data": {
"text/html": [
"
\n",
@@ -112,10 +88,34 @@
"4 Italy 3x3 Basketball Italy Women"
]
},
+ "execution_count": 8,
"metadata": {},
- "execution_count": 8
+ "output_type": "execute_result"
}
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "\n",
+ "file =\"datasets\\Teams.xlsx\"\n",
+ "df = pd.read_excel(file)\n",
+ "\n",
+ "df.head(5)\n"
]
}
- ]
-}
\ No newline at end of file
+ ],
+ "metadata": {
+ "colab": {
+ "name": "teams-analysis.ipynb",
+ "provenance": []
+ },
+ "kernelspec": {
+ "display_name": "Python 3",
+ "name": "python3"
+ },
+ "language_info": {
+ "name": "python"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/Athletes.xlsx b/datasets/Athletes.xlsx
similarity index 100%
rename from Athletes.xlsx
rename to datasets/Athletes.xlsx
diff --git a/Coaches.xlsx b/datasets/Coaches.xlsx
similarity index 100%
rename from Coaches.xlsx
rename to datasets/Coaches.xlsx
diff --git a/EntriesGender.xlsx b/datasets/EntriesGender.xlsx
similarity index 100%
rename from EntriesGender.xlsx
rename to datasets/EntriesGender.xlsx
diff --git a/Medals.xlsx b/datasets/Medals.xlsx
similarity index 100%
rename from Medals.xlsx
rename to datasets/Medals.xlsx
diff --git a/Teams.xlsx b/datasets/Teams.xlsx
similarity index 100%
rename from Teams.xlsx
rename to datasets/Teams.xlsx