runpandas.types.Activity.from_file¶
-
classmethod
Activity.from_file(file_path, **kwargs)¶ Alternate constructor to create a
Activityfrom a file.It is recommended to use
runpandas.reader._read_file()instead.- Parameters
file_path (str) – File path or file handle to read from. Depending on which kwargs are included, the content of filename may vary.
kwargs (key-word arguments) – These arguments are passed to reader._read_file