An open API service indexing awesome lists of open source software.

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.

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)