Timber

Timber Module

This module contains all the functions to extract data from Timber.

Constants

Constants used in Timber extraction.

Extract

Functions to extract data from Timber.

chroma_gui.timber.extract.get_variables_names_from_csv(filename)[source]

Returns all the available variables in the timber extract

chroma_gui.timber.extract.read_variables_from_csv(filename, variables)[source]

Returns the data of a variable contained in a CSV created by Timber web

chroma_gui.timber.extract.save_as_hdf(path, data)[source]

Save the timber data as a dataframe as a HDF file to stay compatible between pandas versions.

chroma_gui.timber.extract.save_as_pickle(path, data)[source]

Save the timber data as a dataframe, in a pickle object to preserve everything