2.1.15.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

Creates the CSVHandler object

Methods

__init__(columns, skip, precision)

Creates the CSVHandler object

get_data(file_path[, no_tmp])

Read the given file and returns the contained data.

validate_config(config)

Validates the CSVHandler configuration