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
- Host: GitHub
- URL: https://github.com/gaurav0502/aviation-data-analysis
- Owner: Gaurav0502
- Created: 2024-11-04T23:21:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:27:43.000Z (6 months ago)
- Last Synced: 2025-02-12T15:42:13.225Z (2 months ago)
- Topics: anyflights, aviation-data, ggplot2, r-studio, sql, sqldf
- Language: HTML
- Homepage: https://gaurav0502.github.io/aviation-data-analysis/
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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