- spac.data_utils.combine_dfs(dataframes: list)[source]
Combined multiple pandas dataframes into one. Schema of the first dataframe is considered primary. A warming will be printed if schema of current dataframe is different than the primary.
- Parameters:
dataframes (list[pd.DataFrame]) – A list of pandas dataframe to be combined
- Return type:
A pd.DataFrame of combined dataframs.