5.3.1.15.1.6.1. cli.cmd_plot.data_handling.parquet_handler.PARQUETHandler

class cli.cmd_plot.data_handling.parquet_handler.PARQUETHandler

Implementation of the PARQUETHandler

__init__() None

Creates the PARQUET handler object

Methods

__init__()

Creates the PARQUET handler object

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