Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created July 30, 2013 10:59
Show Gist options
  • Save randyzwitch/6112016 to your computer and use it in GitHub Desktop.
Save randyzwitch/6112016 to your computer and use it in GitHub Desktop.
julia gzipped dataframe
julia> using DataFrames
julia> airline_df = readtable("/Users/randyzwitch/airline/1987.csv.gz");
julia> size(airline_df)
(1311826,29)
julia> typeof(airline_df)
DataFrame (use methods(DataFrame) to see constructors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment