marmot.utils.dataio#

Module containing all data import and export functions

Handles the reading and writing of data to h5 files and csv files

@author: Daniel Levie

Functions

read_csv_property_file(csv_property_folder, ...)

Read formatted data from csv file.

read_processed_h5file(processed_hdf5_folder, ...)

Reads Data from processed h5file.

save_to_h5(df, file_name, key[, mode, ...])

Saves data to formatted hdf5 file

write_metadata_to_h5(df, file_name, key[, ...])

Save metadata to formatted h5 file.