From f889c9745e5547d5682abf337cbaba5ae7e9242e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 10 Mar 2010 18:46:06 +0100 Subject: [PATCH] data_about_players: Info about median years of selected players --- data_about_players.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/data_about_players.py b/data_about_players.py index cfd433a..a4aba4c 100755 --- a/data_about_players.py +++ b/data_about_players.py @@ -90,6 +90,33 @@ class Data: "Sakata Eio": [ 0.5, 0.5 ], "Takemiya Masaki": [ -1.0, 0.0 ] } + + ### Median year of player games + player_year = { + "Yoda Norimoto": 1998, + "Yi Se-tol": 2004, + "Yi Ch'ang-ho": 1998, + "Takemiya Masaki": 1988, + "Sakata Eio": 1970, + "Rui Naiwei": 2001, + "Otake Hideo": 1984, + "O Meien": 2001, + "Ma Xiaochun": 1995, + "Luo Xihe": 2001, + "Ishida Yoshio": 1982, + "Gu Li": 2005, + "Cho U": 2005, + "Cho Chikun": 1992, + "Yuki Satoshi": 2001, + "Yamashita Keigo": 2004, + "Takao Shinji": 2004, + "Miyazawa Goro": 1992, + "Kobayashi Koichi": 1991, + "Kato Masao": 1988, + "Hane Naoki": 2003, + "Fujisawa Hideyuki": 1975, + "Chen Yaoye": 2006 + } ### make dictionary from pairs of "strength name" and number of strengths scaled to -1 1 -- 2.11.4.GIT