Summary
Laman | 071f264dfb0c |
7 years ago
|
|||
Laman | 051ee2d1dbdd |
7 years ago
|
|||
Laman | 1765f32cd4dc |
7 years ago
|
|||
Laman | a3bc9e0f40b2 |
7 years ago
|
|||
Laman | ed00726edba5 |
7 years ago
|
|||
Laman | 6048d5c40c9b |
7 years ago
|
|||
Laman | 4ebd2c7c3657 |
7 years ago
|
|||
Laman | e9a044cb8ce8 |
7 years ago
|
|||
Laman | bc762fdfee0f |
7 years ago
|
|||
Laman | 8d852e1a7103 |
7 years ago
|
Zpracování a dotazování dat z EGD
Dolování dat z http://europeangodatabase.eu/EGD/ v rámci demografického výzkumu evropských hráčů go.
egd.py
Funkce pro načtení dat vyexportovaných z veřejného rozhraní EGD a jejich konverzi do SQLite databáze.
setup.py
Načte soubory tlist.html a all.hst (z aktivního adresáře) a vytvoří soubor egd.db s databází.
queries.py
Uložené dotazy.
Schéma databáze
tournaments
- (text) code
- (text) datum
- (text) class
- (integer) round_count
- (integer) player_count
- (text) country_code
- (text) description
players
- (integer) pin
- (text) name
players_performance
Co se vztahuje zároveň k hráči a k turnaji. Většina položek all.hst.
- (integer) pin
- (text) tournament_code
- (text) country_code
- (text) club
- (integer) win_count
- (integer) game_count
- (real) rating_before
- (real) rating_after
players_performance_tournaments
Pohled na tournaments a players_performance.
- (integer) pin
- (text) p_country_code - země hráče
- (real) rating_before
- (real) rating_after
- (text) t_country_code - lokace turnaje
- (text) datum