refyre.datastack package#
Submodules#
refyre.datastack.DataStack module#
- class refyre.datastack.DataStack.PandasStack(association)[source]#
Bases:
object- create_dataframe(col_names, mapper_func)[source]#
col_names: List[String] An array of the names of the columns of the dataframe mapper_func: A function that takes in input of a tuple (var1_output, var2_output, …), and returns a tuple with values for each of the columns. Note each tuple value should be the value for the corresponding columns (i.e the ith col_name should be associated with the ith tuple val)