Changeset - 9f268fd17a12
[Not reviewed]
tip default
0 1 0
Laman - 6 years ago 2019-05-29 12:32:31

doplněno readme
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
readme.md
Show inline comments
 
# 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
0 comments (0 inline, 0 general)