DriverResult#
- class fastf1.core.DriverResult(*args, **kwargs)[source]#
This class provides driver and result information for a single driver.
This class subclasses a
pandas.Seriesand the usual methods provided by pandas can be used to work with the data.For information on which data is available, see
SessionResults.Note
This class is usually not instantiated directly. You should create a session and access the driver result through
Session.get_driver()or by slicing the session result.- Parameters:
*args – passed through to
pandas.Seriessuperclass**kwargs – passed through to
pandas.Seriessuperclass
Added in version 2.2.
Attributes:
True if driver did not finish
- property dnf: bool#
True if driver did not finish