Projekt 1 polega na rozwiązaniu czterech poleceń SQL w czterech równoważnych sposobach i ich implementacji w języku R: w funkcjach bazowych R, w funkcjach bibliotek dplyr oraz data.table.
Folder SQL Commands zawiera polecenia w języku SQL.
Folder Code zawiera pliki rozszerzenia .R, z których plik Project 1.R jest rozwiązaniem, plik Loading Files.R jest plikiem, który zawiera kod do ładowania ramek dannych.
Folder Data Frames zawiera ramki dannych z serwisu https://travel.stackexchange.com/: Tags, Posts, Users, Comments (rozszerzenie plików .csv).
Plik Raport.pdf omawia każdy sposób implementacji, sprawdza równowaznosci wyników, mierzy i ocenia czas wykonania funkcji.
Project 1 is to solve four SQL commands in four equivalent ways and implement them in R: in R base functions, in dplyr library functions and in data.table.
The SQL Commands folder contains commands in SQL.
The Code folder contains extension files .R, of which the Project 1.R is the solution, the Loading Files.R is the file that contains the code to load the data frames.
The Data Frames folder contains data frames from the service https://travel.stackexchange.com/: Tags, Posts, Users, Comments (extension of files is .csv).
File Raport.pdf discusses each way of implementation, checks the correctness of results, measures and evaluates the time of execution of functions.