5.3.1.15.1.5.1. cli.cmd_plot.data_handling.handler_interface.DataHandlerInterface
- class cli.cmd_plot.data_handling.handler_interface.DataHandlerInterface
Interface defining methods to read a data file and return the data as pandas.DataFrame
- __init__()
Methods
__init__()get_data(file_path[, no_tmp])Read the given file and returns the contained data.
get_tmp_data(file_path, no_tmp)Return temporary data if available
write_tmp_file(data, file_path)Write a pandas Dataframe as parquet file into the temporary directory