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

https://github.com/gaurav0502/aviation-data-analysis

Aviation data analysis using SQL and ggplot2 within R
https://github.com/gaurav0502/aviation-data-analysis

anyflights aviation-data ggplot2 r-studio sql sqldf

Last synced: 22 days ago
JSON representation

Aviation data analysis using SQL and ggplot2 within R

Awesome Lists containing this project

README

        

# Aviation Data Analysis using SQL and ggplot2

## Aim

A tutorial with the following objectives:

- simple data analysis of on-time performance aviation data

- writing SQL select queries

- Using SQL in R with the help of `sqldf`

## Datasets
The `anyflights()` from the `anyflights` package is used to obtain data of the domestic flights such that:

- the flights originate from the airports that serve NYC region (i.e. LGA, JFK, EWR).

- The flights were scheduled in the first two months of 2023.

## Important links

Youtube Video link: https://youtu.be/vy06h_f_Sk8

Rendered QMD file: https://gaurav0502.github.io/aviation-data-analysis/

## References

- `anyflights`: https://cran.r-project.org/web/packages/anyflights/anyflights.pdf

- `sqldf`: https://cran.r-project.org/web/packages/sqldf/sqldf.pdf