pydpeet.merge_into_campaign#
- pydpeet.merge_into_campaign(dfs_list, verbose=True)[source]#
Execute a list of test series and return a list of merged DataFrames.
Parameters:#
- test_series_listList[List[pandas.DataFrame]]
List of lists of DataFrames, where each DataFrame represents a single test.
- verbosebool, optional
If True, log debug messages.
Returns:#
- List of pandas.DataFrame
List of DataFrames, where each DataFrame represents a merged test series.