sevnpy.io.SEVNDataLog
- class sevnpy.io.sevndata.SEVNDataLog(dataframe: DataFrame, data_info: str | None = None, column_descriptions: Dict[str, str] | None = None, regex_pattern: str | None = None, sevn_files: List | None = None)[source]
Bases:
SEVNDataResultsSpecialised
SEVNDataResultsclass to handle data from the log readingMethods
- __init__(dataframe: DataFrame, data_info: str | None = None, column_descriptions: Dict[str, str] | None = None, regex_pattern: str | None = None, sevn_files: List | None = None)[source]
- Parameters:
dataframe – Dataframe containing the log data
data_info – info about the log data
column_description – description of the columns in the dataframe
regex_pattern – regex pattern used to catch values from the logdata
sevn_files – list of the files containing the analysed log data
- __weakref__
list of weak references to the object
- property columns_info: Dict
column_info
- Type:
Dictionary containg the pairs colum_nam
- property data: DataFrame
Copy of the internal DataFrame
- property data_info: str
Info about the stored data
- property regex_pattern: str
regex pattern used in the load data file
- property sevn_files: List
List containg the read SEVN output files