I need to run a query like this - historic_data.objects.raw("select * from company_historic_data")
This return a RawQuerySet. I have to convert values from this to a dataframe. the usual .values() method does not work with raw query. Can someone suggest a solution.