runpandas.read_file

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

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

  • **kwargs

  • args to be passed to the read method accordingly to the (Keyword) –

  • format. (file) –

Returns

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

Return type

runpandas.Activity if to_df=True, otherwise