Skip to content

Instantly share code, notes, and snippets.

@ShivamNegi
Created August 29, 2017 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShivamNegi/e012c1879fe039fc010c5460cb48835f to your computer and use it in GitHub Desktop.
Save ShivamNegi/e012c1879fe039fc010c5460cb48835f to your computer and use it in GitHub Desktop.
GSoC17 final report
julia> names(retriever, true)
52-element Array{Symbol,1}:
Symbol("##download#1")
.
.
.
:check_for_updates
:dataset_names
:download
:eval
:install_csv
:install_json
:install_msaccess
:install_mysql
:install_postgres
:install_sqlite
:install_xml
:reset_retriever
:retriever
julia> retriever.install_sqlite("iris", use_cache=false, debug=true, quite=false)
=> Installing iris
Creating table iris_table...
Creating table iris_table...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment