autofunc.df_to_list

This reformats a dataframe to a list for certain operations that require that structure

Module Contents

Functions

df_to_list(df)

Converts the items in a dataframe to items in a list

autofunc.df_to_list.df_to_list(df)

Converts the items in a dataframe to items in a list

Parameters

df (Pandas dataframe) – A Pandas dataframe with the product information

Returns

Returns a list with component and function-flow information, without the product id

Return type

records_no_ids