https://github.com/wlgs/got-dialogues-data-stats
Game of Thrones dialogues data statistics processed with R and SQLite. Project for Probability and Statistics course 21/22 at AGH UST. The project was about manipulating data and getting many pieces of information from it in addition to visualizing these results.
https://github.com/wlgs/got-dialogues-data-stats
data game-of-thrones got r statistics stats
Last synced: about 1 month ago
JSON representation
Game of Thrones dialogues data statistics processed with R and SQLite. Project for Probability and Statistics course 21/22 at AGH UST. The project was about manipulating data and getting many pieces of information from it in addition to visualizing these results.
- Host: GitHub
- URL: https://github.com/wlgs/got-dialogues-data-stats
- Owner: wlgs
- Created: 2022-01-13T10:57:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T14:52:00.000Z (over 4 years ago)
- Last Synced: 2025-12-28T02:49:20.107Z (6 months ago)
- Topics: data, game-of-thrones, got, r, statistics, stats
- Language: R
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game of Thrones dialogues stats throughout the episodes
Final result is available in pdf or R markdown file.
* [pdf](output/got-dialogues-stats.pdf)
* [R markdown](got-dialogues-stats.Rmd)
## Description
This repository is a project made as an assignment in the Probability and Statistics course 2021/22 at UST AGH.
## Language
Polish
## Sources
* [Dataset](https://www.kaggle.com/gopinath15/gameofthrones?select=game-of-thrones.csv])
* [RSQL Library](https://cran.r-project.org/web/packages/RSQL/index.html)
* [SQLite](https://www.sqlite.org/)
## Useful sources that I came across
* [How to Plot Data from Databases in R Efficiently](https://www.youtube.com/watch?v=E7uSmD5NAww)
* [RSQLite](https://cran.r-project.org/web/packages/RSQLite/vignettes/RSQLite.html)
* [SQL databases and R](https://datacarpentry.org/R-ecology-lesson/05-r-and-databases.html)
* [Playing with R and SQLite](https://gist.github.com/zippeurfou/1e51dafeeb923c934015)
* [ggplot2 cheat sheet](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-visualization.pdf)