ErgastSimpleResponse#
- class fastf1.ergast.interface.ErgastSimpleResponse(*args, response_headers, query_filters, metadata, selectors, **kwargs)[source]#
Provides simple Ergast result data in the form of a Pandas
DataFrame.This class wraps an
ErgastResultFrameand adds response information and paging (seeErgastResponseMixin).