From be33cfb7f33b236eafda11f987e5899c9dd2ee4b Mon Sep 17 00:00:00 2001 From: Priya <11ranjanpriya@gmail.com> Date: Mon, 11 Oct 2021 21:18:29 +0530 Subject: [PATCH 1/2] Organized the project structure --- .../athletes-analysis.ipynb | 0 .../entries-gender-analysis.ipynb | 0 .../medals-analysis.ipynb | 0 .../team-analysis.ipynb | 0 Athletes.xlsx => datasets/Athletes.xlsx | Bin Coaches.xlsx => datasets/Coaches.xlsx | Bin EntriesGender.xlsx => datasets/EntriesGender.xlsx | Bin Medals.xlsx => datasets/Medals.xlsx | Bin Teams.xlsx => datasets/Teams.xlsx | Bin 9 files changed, 0 insertions(+), 0 deletions(-) rename athletes-analysis.ipynb => Jupyter notebook files/athletes-analysis.ipynb (100%) rename entries-gender-analysis.ipynb => Jupyter notebook files/entries-gender-analysis.ipynb (100%) rename medals-analysis.ipynb => Jupyter notebook files/medals-analysis.ipynb (100%) rename team-analysis.ipynb => Jupyter notebook files/team-analysis.ipynb (100%) rename Athletes.xlsx => datasets/Athletes.xlsx (100%) rename Coaches.xlsx => datasets/Coaches.xlsx (100%) rename EntriesGender.xlsx => datasets/EntriesGender.xlsx (100%) rename Medals.xlsx => datasets/Medals.xlsx (100%) rename Teams.xlsx => datasets/Teams.xlsx (100%) diff --git a/athletes-analysis.ipynb b/Jupyter notebook files/athletes-analysis.ipynb similarity index 100% rename from athletes-analysis.ipynb rename to Jupyter notebook files/athletes-analysis.ipynb diff --git a/entries-gender-analysis.ipynb b/Jupyter notebook files/entries-gender-analysis.ipynb similarity index 100% rename from entries-gender-analysis.ipynb rename to Jupyter notebook files/entries-gender-analysis.ipynb diff --git a/medals-analysis.ipynb b/Jupyter notebook files/medals-analysis.ipynb similarity index 100% rename from medals-analysis.ipynb rename to Jupyter notebook files/medals-analysis.ipynb diff --git a/team-analysis.ipynb b/Jupyter notebook files/team-analysis.ipynb similarity index 100% rename from team-analysis.ipynb rename to Jupyter notebook files/team-analysis.ipynb 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 From 388631c8a4bae8592d7b71235c72c74bd8ccbeba Mon Sep 17 00:00:00 2001 From: Priya <11ranjanpriya@gmail.com> Date: Tue, 12 Oct 2021 00:37:29 +0530 Subject: [PATCH 2/2] Organized the project structure --- .../athletes-analysis.ipynb | 2 +- .../entries-gender-analysis.ipynb | 2 +- Jupyter notebook files/medals-analysis.ipynb | 56 +++++++++---------- Jupyter notebook files/team-analysis.ipynb | 56 +++++++++---------- 4 files changed, 58 insertions(+), 58 deletions(-) diff --git a/Jupyter notebook files/athletes-analysis.ipynb b/Jupyter notebook files/athletes-analysis.ipynb index 47556e2..74acf1c 100644 --- a/Jupyter notebook files/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/Jupyter notebook files/entries-gender-analysis.ipynb b/Jupyter notebook files/entries-gender-analysis.ipynb index 48108fd..d30d04d 100644 --- a/Jupyter notebook files/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/Jupyter notebook files/medals-analysis.ipynb b/Jupyter notebook files/medals-analysis.ipynb index 97f0011..d6ff739 100644 --- a/Jupyter notebook files/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/Jupyter notebook files/team-analysis.ipynb b/Jupyter notebook files/team-analysis.ipynb index 1e3a36b..c489e0b 100644 --- a/Jupyter notebook files/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 +}