locpix.preprocessing.functions#

Preprocessing module.

This module contains functions to preprocess the data, including (add as added): - file to datastructure - convert .csv to datastructure - convert .parquet to datastructure

Functions

file_to_datastruc(input_file, file_type, ...)

Loads in .csv or .parquet and converts to the required datastructure.