In the documentation, it says that the data brought through fetcher will be parsed into a pandas dataframe object. Whenever I call a pandas method on that dataframe, however, I get an error. How can I successfully call pandas methods on the dataframe?
Any help is appreciated - Jacob