Hi there,
I am new to quantopian and trying to use the free sentiment data, as described here:
https://www.quantopian.com/data/sentdex/sentiment
I stumbled across this page while I was trying to figure out why I cannot access this data: At the bottom of the page is says "Free data availability 01 Jun 2013 - 04 Jun 2019" . Does this mean "from quantopian.pipeline.data.sentdex import sentiment_free" will not work anymore and it is only accessible by paying from now on?
I tried accessing the data using the attached sample notebook from Quantopian I cloned. In the third cell where I try to fing out how many row there are using "dataset.count()" I always get and Error. Do you have this problem too?
Thank you very much in advance!