Is there a way to get custom data from a non-CSV or JSON data source? I found that vixcentral.com has a history view for futures data however it only displays in HTML. I can parse the table into a pandas dataframe and manipulate it that way, however I haven't been able to figure out how to pass this data into a custom data source through the Reader() method.

Author