pytrnsys_process.read.readers.ReaderBase#

class pytrnsys_process.read.readers.ReaderBase(SKIPFOOTER: int = 24, HEADER: int = 1, DELIMITER: str = '\\s+')[source]#
__init__(SKIPFOOTER: int = 24, HEADER: int = 1, DELIMITER: str = '\\s+') None#

Methods

__init__([SKIPFOOTER, HEADER, DELIMITER])

read(file_path[, skipfooter, header, delimiter])

Common read function for all readers

Attributes

SKIPFOOTER: int = 24#
HEADER: int = 1#
DELIMITER: str = '\\s+'#
read(file_path: Path, skipfooter: int = 24, header: int = 1, delimiter: str = '\\s+') DataFrame[source]#

Common read function for all readers

__init__(SKIPFOOTER: int = 24, HEADER: int = 1, DELIMITER: str = '\\s+') None#