:mod:`autofunc.df_to_list` ========================== .. py:module:: autofunc.df_to_list .. autoapi-nested-parse:: This reformats a dataframe to a list for certain operations that require that structure Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: autofunc.df_to_list.df_to_list .. function:: df_to_list(df) Converts the items in a dataframe to items in a list :param df: A Pandas dataframe with the product information :type df: Pandas dataframe :returns: Returns a list with component and function-flow information, without the product id :rtype: records_no_ids