2.1.14.1.2.1. cli.cmd_plot.data_handling.csv_handler_interface.CSVHandlerInterface

class cli.cmd_plot.data_handling.csv_handler_interface.CSVHandlerInterface

Interface class to read a .csv file and return the data as pandas.DataFrame

__init__()

Methods

__init__()

get_data(file_path)

Read the given file and returns the contained data.