milktrader / Quandl.jl

Julia api to Quandl open source financial, economic and social datasets
Other
67 stars 31 forks source link

Support DataFrames and Timestamps with Requires package #76

Open milktrader opened 9 years ago

milktrader commented 9 years ago

This allows these conversion methods without requiring the other packages with Quandl.

prcastro commented 9 years ago

Nice! Are you planning to use @lazymod and load modules only if necessary?

milktrader commented 9 years ago

@require from the Requires package