I must be overlooking something, but I cannot get to the Quandl data:
import quantopian.pipeline.data.quandl
dir(quantopian.pipeline.data.quandl)
[]
# import the dataset
from quantopian.interactive.data.quandl import fred_dswp10
# Since this data is public domain and provided by Quandl for free, there is no _free version of this
# data set, as found in the premium sets. This import gets you the entirety of this data set.
ImportErrorTraceback (most recent call last)
<ipython-input-5-f0afec2263ef> in <module>()
1 # import the dataset
----> 2 from quantopian.interactive.data.quandl import fred_dswp10
3 # Since this data is public domain and provided by Quandl for free, there is no _free version of this
4 # data set, as found in the premium sets. This import gets you the entirety of this data set.
5
ImportError: cannot import name fred_dswp10