Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Cant access fetcher data

I am retrieving the Short Interest data from fetcher. I see the CSV retrieved to the dataframe in the fetcher pre_func , but when try to access it (e.g. the column 'Days to Cover' for example as in line 113 ) in data object, it is shown as empty. any idea ? PROBLEM SOLVED.