airlines
airlines copied to clipboard
An R package providing access to medium airline flight delay data
I'm trying to load the airlines data and am unable to load the full data -- I'm guessing the link in the etl_extract.R file is broken? I've demonstrated below what...
mysql load of database seems not to work; partial output from attempt ends with: 6916 X10 a double \N '/home/schoend/dumps/airlines/raw/airports.dat' .... ... ........ ...... ............................................... See problems(...) for more details....
The database portion of `dplyr` has been split into the `dbplyr` package. This change should make the travis-ci build succeed.
I have used this package in the past, but when I tried updating a database with the latest airline data, I encountered some errors related to missing column names (in...
One problem is that the `dbWriteTable` method from the `RPostgreSQL` package will not actually accept the `HEADER` flag (https://github.com/cran/RPostgreSQL/blob/master/R/PostgreSQLSupport.R#L570) This breaks the current implementation. Possible workarounds: - use the `data.frame`...
(https://github.com/hadley/nycflights13/pull/18)
I tried to set up a local MySQL database to store the airlines data. When I ran: ```{r} library(etl) library(airlines) db % etl_update(years = 2016) ``` R gave me the...
``` > test() Loading airlines Auto-disconnecting mysql connection (0, 3) Testing airlines airlines: ..W... Warnings -------------------------------------------------------------------------------------------- 1. mysql works (@test-airlines.R#24) - 459 parsing failures. row col expected actual 24 X10...
I'm running the github versions of etl and airlines. When I ran: library(airlines) db % etl_update(years = 2015:2016) I got the following error message when it got to 2016_06: trying...
I had a lot of the .zip and .csv files extracted and transformed and placed in my Airlines folder on my desktop, so I tried using just the etl_load() function...