https://github.com/sibyx/pythondays2018
Workshop Uvod do DataScience v Pythone na PythonDays 2018
https://github.com/sibyx/pythondays2018
Last synced: about 2 months ago
JSON representation
Workshop Uvod do DataScience v Pythone na PythonDays 2018
- Host: GitHub
- URL: https://github.com/sibyx/pythondays2018
- Owner: Sibyx
- Created: 2018-05-31T16:30:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T16:33:09.000Z (over 7 years ago)
- Last Synced: 2025-04-01T19:44:08.653Z (6 months ago)
- Language: Jupyter Notebook
- Size: 8.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonDays 2018
Ahoj, ak pozeras tento link, je mozne ze si sa zucastnil/a mojho workshopu `Uvod do DataScience v Pythone`.
V tomto repozitari najdes vsetky ulohy ktore sme spolu riesili (prazdne aj vzorove priklady).Ak by si mal/a nejake otazky nevahaj ma kontaktovat na [facebooku](https://www.facebook.com/dubecj).
Struktura repozitara
- `data/`: datasety
- `notebooks`: Jupyter Notebooky
- `presentations`: Prezentacie## Instalacia
Potrebujes mat nainstalovany Python3 a v priecinku tohoto repozitara pustit: `pip install -r requirements.txt`.
## Spustenie
V priecinku repozitara spustis prikaz `jupyter notebook`.
V pripade ze by to neslo na tvojom pocitaci mozes to skusit priamo z tvojho prehliadaca na nasledujucih odkazoch:
- [1. NumPy](https://www.kaggle.com/jakubdubec/students-1-numpy)
- [2. Avengers BMI](https://www.kaggle.com/jakubdubec/students-2-avengers-bmi)
- [3. GoT](https://www.kaggle.com/jakubdubec/students-3-game-of-thrones)## Datasety
### Game of Thrones
**Screen time**
- URL: [https://github.com/Preetish/GoT_screen_time](https://github.com/Preetish/GoT_screen_time)
- Cesta: `/data/GoT/screentime`
- Popis: Zoznam postav v GoT a ich cas na platne (minuty a sekundy) podla sezon.
- Clanok: [Data analysis of Game of Thrones determines who really is the main character](https://thenextweb.com/contributors/2017/10/06/data-analysis-reveals-main-character-along-game-thrones/)**Character Interaction Networks**
- URL: [https://github.com/mathbeveridge/asoiaf](https://github.com/mathbeveridge/asoiaf)
- Cesta: `/data/GoT/interactions`
- Popis: Ohodnotene zoznamy interakcii medzi postavamy podla knih
- Clanok:
- [Gephi of Thrones: Relationships in GOT](http://studentwork.prattsi.org/infovis/2017/11/04/gephi-thrones-relationships-got/)
- [Network analysis of Game of Thrones](https://datascienceplus.com/network-analysis-of-game-of-thrones/)
- [Network of Thrones](https://networkofthrones.wordpress.com)**Deaths**
- URL: [https://github.com/ShirinG/blog_posts_prep/tree/master/GoT](https://github.com/ShirinG/blog_posts_prep/tree/master/GoT)
- Cesta: `/data/GoT/deaths`## Avengers
Data k Jupyter notebooku Avengers BMI.