{ "cells": [ { "cell_type": "code", "execution_count": 5, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import pandas\n", "import numpy\n", "import csv\n", "import jupyter\n" ] }, { "cell_type": "code", "execution_count": 31, "outputs": [ { "data": { "text/plain": " medal_type medal_code medal_date athlete_short_name \\\n0 Gold Medal 1 2021-07-24 00:00:00.0 KIM JD \n1 Gold Medal 1 2021-07-24 00:00:00.0 AN S \n2 Silver Medal 2 2021-07-24 00:00:00.0 SCHLOESSER G \n3 Silver Medal 2 2021-07-24 00:00:00.0 WIJLER S \n4 Bronze Medal 3 2021-07-24 00:00:00.0 ALVAREZ L \n\n athlete_name athlete_sex \\\n0 KIM Je Deok X \n1 AN San X \n2 SCHLOESSER Gabriela X \n3 WIJLER Steve X \n4 ALVAREZ Luis X \n\n athlete_link country_code \\\n0 ../../../en/results/archery/athlete-profile-n1... KOR \n1 ../../../en/results/archery/athlete-profile-n1... KOR \n2 ../../../en/results/archery/athlete-profile-n1... NED \n3 ../../../en/results/archery/athlete-profile-n1... NED \n4 ../../../en/results/archery/athlete-profile-n1... MEX \n\n discipline_code event country discipline \n0 ARC Mixed Team Republic of Korea Archery \n1 ARC Mixed Team Republic of Korea Archery \n2 ARC Mixed Team Netherlands Archery \n3 ARC Mixed Team Netherlands Archery \n4 ARC Mixed Team Mexico Archery ", "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
medal_typemedal_codemedal_dateathlete_short_nameathlete_nameathlete_sexathlete_linkcountry_codediscipline_codeeventcountrydiscipline
0Gold Medal12021-07-24 00:00:00.0KIM JDKIM Je DeokX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
1Gold Medal12021-07-24 00:00:00.0AN SAN SanX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
2Silver Medal22021-07-24 00:00:00.0SCHLOESSER GSCHLOESSER GabrielaX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
3Silver Medal22021-07-24 00:00:00.0WIJLER SWIJLER SteveX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
4Bronze Medal32021-07-24 00:00:00.0ALVAREZ LALVAREZ LuisX../../../en/results/archery/athlete-profile-n1...MEXARCMixed TeamMexicoArchery
\n
" }, "execution_count": 31, "metadata": {}, "output_type": "execute_result" } ], "source": [ "olympic = pandas.read_csv('../data/medals_athletes.csv')\n", "olympic.head()" ], "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } } }, { "cell_type": "code", "execution_count": 19, "outputs": [ { "data": { "text/plain": " medal_type medal_code medal_date athlete_short_name \\\n0 Gold Medal 1 2021-07-24 00:00:00.0 KIM JD \n1 Gold Medal 1 2021-07-24 00:00:00.0 AN S \n2 Silver Medal 2 2021-07-24 00:00:00.0 SCHLOESSER G \n3 Silver Medal 2 2021-07-24 00:00:00.0 WIJLER S \n4 Bronze Medal 3 2021-07-24 00:00:00.0 ALVAREZ L \n... ... ... ... ... \n2396 Bronze Medal 3 2021-08-08 00:00:00.0 NAGY V \n2397 Bronze Medal 3 2021-08-08 00:00:00.0 VAMOS M \n2398 Bronze Medal 3 2021-08-08 00:00:00.0 VARGA D \n2399 Bronze Medal 3 2021-08-08 00:00:00.0 VOGEL S \n2400 Bronze Medal 3 2021-08-08 00:00:00.0 ZALANKI G \n\n athlete_name athlete_sex \\\n0 KIM Je Deok X \n1 AN San X \n2 SCHLOESSER Gabriela X \n3 WIJLER Steve X \n4 ALVAREZ Luis X \n... ... ... \n2396 NAGY Viktor M \n2397 VAMOS Marton M \n2398 VARGA Denes M \n2399 VOGEL Soma M \n2400 ZALANKI Gergo M \n\n athlete_link country_code \\\n0 ../../../en/results/archery/athlete-profile-n1... KOR \n1 ../../../en/results/archery/athlete-profile-n1... KOR \n2 ../../../en/results/archery/athlete-profile-n1... NED \n3 ../../../en/results/archery/athlete-profile-n1... NED \n4 ../../../en/results/archery/athlete-profile-n1... MEX \n... ... ... \n2396 ../../../en/results/water-polo/athlete-profile... HUN \n2397 ../../../en/results/water-polo/athlete-profile... HUN \n2398 ../../../en/results/water-polo/athlete-profile... HUN \n2399 ../../../en/results/water-polo/athlete-profile... HUN \n2400 ../../../en/results/water-polo/athlete-profile... HUN \n\n event country discipline \n0 Mixed Team Republic of Korea Archery \n1 Mixed Team Republic of Korea Archery \n2 Mixed Team Netherlands Archery \n3 Mixed Team Netherlands Archery \n4 Mixed Team Mexico Archery \n... ... ... ... \n2396 Men Hungary Water Polo \n2397 Men Hungary Water Polo \n2398 Men Hungary Water Polo \n2399 Men Hungary Water Polo \n2400 Men Hungary Water Polo \n\n[2401 rows x 11 columns]", "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
medal_typemedal_codemedal_dateathlete_short_nameathlete_nameathlete_sexathlete_linkcountry_codeeventcountrydiscipline
0Gold Medal12021-07-24 00:00:00.0KIM JDKIM Je DeokX../../../en/results/archery/athlete-profile-n1...KORMixed TeamRepublic of KoreaArchery
1Gold Medal12021-07-24 00:00:00.0AN SAN SanX../../../en/results/archery/athlete-profile-n1...KORMixed TeamRepublic of KoreaArchery
2Silver Medal22021-07-24 00:00:00.0SCHLOESSER GSCHLOESSER GabrielaX../../../en/results/archery/athlete-profile-n1...NEDMixed TeamNetherlandsArchery
3Silver Medal22021-07-24 00:00:00.0WIJLER SWIJLER SteveX../../../en/results/archery/athlete-profile-n1...NEDMixed TeamNetherlandsArchery
4Bronze Medal32021-07-24 00:00:00.0ALVAREZ LALVAREZ LuisX../../../en/results/archery/athlete-profile-n1...MEXMixed TeamMexicoArchery
....................................
2396Bronze Medal32021-08-08 00:00:00.0NAGY VNAGY ViktorM../../../en/results/water-polo/athlete-profile...HUNMenHungaryWater Polo
2397Bronze Medal32021-08-08 00:00:00.0VAMOS MVAMOS MartonM../../../en/results/water-polo/athlete-profile...HUNMenHungaryWater Polo
2398Bronze Medal32021-08-08 00:00:00.0VARGA DVARGA DenesM../../../en/results/water-polo/athlete-profile...HUNMenHungaryWater Polo
2399Bronze Medal32021-08-08 00:00:00.0VOGEL SVOGEL SomaM../../../en/results/water-polo/athlete-profile...HUNMenHungaryWater Polo
2400Bronze Medal32021-08-08 00:00:00.0ZALANKI GZALANKI GergoM../../../en/results/water-polo/athlete-profile...HUNMenHungaryWater Polo
\n

2401 rows × 11 columns

\n
" }, "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ "olympic.drop(columns='discipline_code')" ], "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } } }, { "cell_type": "code", "execution_count": 20, "outputs": [ { "data": { "text/plain": " medal_type medal_code medal_date athlete_short_name \\\n0 Gold Medal 1 2021-07-24 00:00:00.0 KIM JD \n1 Gold Medal 1 2021-07-24 00:00:00.0 AN S \n2 Silver Medal 2 2021-07-24 00:00:00.0 SCHLOESSER G \n3 Silver Medal 2 2021-07-24 00:00:00.0 WIJLER S \n4 Bronze Medal 3 2021-07-24 00:00:00.0 ALVAREZ L \n... ... ... ... ... \n2396 Bronze Medal 3 2021-08-08 00:00:00.0 NAGY V \n2397 Bronze Medal 3 2021-08-08 00:00:00.0 VAMOS M \n2398 Bronze Medal 3 2021-08-08 00:00:00.0 VARGA D \n2399 Bronze Medal 3 2021-08-08 00:00:00.0 VOGEL S \n2400 Bronze Medal 3 2021-08-08 00:00:00.0 ZALANKI G \n\n athlete_name athlete_sex \\\n0 KIM Je Deok X \n1 AN San X \n2 SCHLOESSER Gabriela X \n3 WIJLER Steve X \n4 ALVAREZ Luis X \n... ... ... \n2396 NAGY Viktor M \n2397 VAMOS Marton M \n2398 VARGA Denes M \n2399 VOGEL Soma M \n2400 ZALANKI Gergo M \n\n athlete_link country_code \\\n0 ../../../en/results/archery/athlete-profile-n1... KOR \n1 ../../../en/results/archery/athlete-profile-n1... KOR \n2 ../../../en/results/archery/athlete-profile-n1... NED \n3 ../../../en/results/archery/athlete-profile-n1... NED \n4 ../../../en/results/archery/athlete-profile-n1... MEX \n... ... ... \n2396 ../../../en/results/water-polo/athlete-profile... HUN \n2397 ../../../en/results/water-polo/athlete-profile... HUN \n2398 ../../../en/results/water-polo/athlete-profile... HUN \n2399 ../../../en/results/water-polo/athlete-profile... HUN \n2400 ../../../en/results/water-polo/athlete-profile... HUN \n\n discipline_code event country sport \n0 ARC Mixed Team Republic of Korea Archery \n1 ARC Mixed Team Republic of Korea Archery \n2 ARC Mixed Team Netherlands Archery \n3 ARC Mixed Team Netherlands Archery \n4 ARC Mixed Team Mexico Archery \n... ... ... ... ... \n2396 WPO Men Hungary Water Polo \n2397 WPO Men Hungary Water Polo \n2398 WPO Men Hungary Water Polo \n2399 WPO Men Hungary Water Polo \n2400 WPO Men Hungary Water Polo \n\n[2401 rows x 12 columns]", "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
medal_typemedal_codemedal_dateathlete_short_nameathlete_nameathlete_sexathlete_linkcountry_codediscipline_codeeventcountrysport
0Gold Medal12021-07-24 00:00:00.0KIM JDKIM Je DeokX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
1Gold Medal12021-07-24 00:00:00.0AN SAN SanX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
2Silver Medal22021-07-24 00:00:00.0SCHLOESSER GSCHLOESSER GabrielaX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
3Silver Medal22021-07-24 00:00:00.0WIJLER SWIJLER SteveX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
4Bronze Medal32021-07-24 00:00:00.0ALVAREZ LALVAREZ LuisX../../../en/results/archery/athlete-profile-n1...MEXARCMixed TeamMexicoArchery
.......................................
2396Bronze Medal32021-08-08 00:00:00.0NAGY VNAGY ViktorM../../../en/results/water-polo/athlete-profile...HUNWPOMenHungaryWater Polo
2397Bronze Medal32021-08-08 00:00:00.0VAMOS MVAMOS MartonM../../../en/results/water-polo/athlete-profile...HUNWPOMenHungaryWater Polo
2398Bronze Medal32021-08-08 00:00:00.0VARGA DVARGA DenesM../../../en/results/water-polo/athlete-profile...HUNWPOMenHungaryWater Polo
2399Bronze Medal32021-08-08 00:00:00.0VOGEL SVOGEL SomaM../../../en/results/water-polo/athlete-profile...HUNWPOMenHungaryWater Polo
2400Bronze Medal32021-08-08 00:00:00.0ZALANKI GZALANKI GergoM../../../en/results/water-polo/athlete-profile...HUNWPOMenHungaryWater Polo
\n

2401 rows × 12 columns

\n
" }, "execution_count": 20, "metadata": {}, "output_type": "execute_result" } ], "source": [ "olympic.rename(columns={'discipline': 'sport'})" ], "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } } }, { "cell_type": "code", "execution_count": 28, "outputs": [], "source": [ "olympic[\"medal_type\"]= olympic[\"medal_type\"].str.split(' ').str[0]" ], "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } } }, { "cell_type": "code", "execution_count": 29, "outputs": [ { "data": { "text/plain": " medal_type medal_code medal_date athlete_short_name \\\n0 Gold 1 2021-07-24 00:00:00.0 KIM JD \n1 Gold 1 2021-07-24 00:00:00.0 AN S \n2 Silver 2 2021-07-24 00:00:00.0 SCHLOESSER G \n3 Silver 2 2021-07-24 00:00:00.0 WIJLER S \n4 Bronze 3 2021-07-24 00:00:00.0 ALVAREZ L \n\n athlete_name athlete_sex \\\n0 KIM Je Deok X \n1 AN San X \n2 SCHLOESSER Gabriela X \n3 WIJLER Steve X \n4 ALVAREZ Luis X \n\n athlete_link country_code \\\n0 ../../../en/results/archery/athlete-profile-n1... KOR \n1 ../../../en/results/archery/athlete-profile-n1... KOR \n2 ../../../en/results/archery/athlete-profile-n1... NED \n3 ../../../en/results/archery/athlete-profile-n1... NED \n4 ../../../en/results/archery/athlete-profile-n1... MEX \n\n discipline_code event country discipline \n0 ARC Mixed Team Republic of Korea Archery \n1 ARC Mixed Team Republic of Korea Archery \n2 ARC Mixed Team Netherlands Archery \n3 ARC Mixed Team Netherlands Archery \n4 ARC Mixed Team Mexico Archery ", "text/html": "
\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
medal_typemedal_codemedal_dateathlete_short_nameathlete_nameathlete_sexathlete_linkcountry_codediscipline_codeeventcountrydiscipline
0Gold12021-07-24 00:00:00.0KIM JDKIM Je DeokX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
1Gold12021-07-24 00:00:00.0AN SAN SanX../../../en/results/archery/athlete-profile-n1...KORARCMixed TeamRepublic of KoreaArchery
2Silver22021-07-24 00:00:00.0SCHLOESSER GSCHLOESSER GabrielaX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
3Silver22021-07-24 00:00:00.0WIJLER SWIJLER SteveX../../../en/results/archery/athlete-profile-n1...NEDARCMixed TeamNetherlandsArchery
4Bronze32021-07-24 00:00:00.0ALVAREZ LALVAREZ LuisX../../../en/results/archery/athlete-profile-n1...MEXARCMixed TeamMexicoArchery
\n
" }, "execution_count": 29, "metadata": {}, "output_type": "execute_result" } ], "source": [ "olympic.head()" ], "metadata": { "collapsed": false, "pycharm": { "name": "#%%\n" } } } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 0 }