Skip to content

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.

Notifications You must be signed in to change notification settings

lsauchanka/Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projekt 1

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

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages