2.1.14.1.1.1. cli.cmd_plot.data_handling.csv_handler.CSVHandler
- class cli.cmd_plot.data_handling.csv_handler.CSVHandler(columns: dict[str, str], skip: int, precision: int)
Class that implements the interface CSVHandler
- __init__(columns: dict[str, str], skip: int, precision: int) None
Methods
__init__
(columns, skip, precision)get_data
(file_path)Read the given file and returns the contained data.
validate_config
(config)Validates the CSVHandler configuration