runpandas.read_event#

runpandas.read_event(filename, to_df=False, **kwargs)#
Parameters
  • filename (str, The path to a result file.) –

  • to_df (bool, optional) – Return a obj:runpandas.RaceResult if to_df=False, otherwise a pandas.DataFrame will be returned. Defaults to False.

  • **kwargs (Keyword args to be passed to the read method accordingly to the file format.) –

Returns

Return a obj – a pandas.DataFrame will be returned.

Return type

runpandas.RaceResult if to_df=False, otherwise