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.