Skip to content

bedrock_ge.gi.db_operations

The function concatenates the pandas DataFrames of the second dict of DataFrames to the first dict of DataFrames for the keys they have in common. Keys that are unique to either dictionary will be included in the final concatenated dictionary.

Parameters:

ParameterTypeDefaultDescription
brgi_dbscollections.abc.Iterable[bedrock_ge.gi.schemas.BedrockGIDatabase]The Bedrock GI databases containing the data to be merged.

Returns:

Type: <class 'bedrock_ge.gi.schemas.BedrockGIDatabase'>

Merged Bedrock GI database.