Skip to content

Commit

Permalink
chore: Fix docs about the default schema matching method
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Jan 17, 2025
1 parent b974695 commit fd9b4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdikit/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def match_schema(
Parameters:
source (pd.DataFrame): The source table to be mapped.
target (Union[str, pd.DataFrame], optional): The target table or standard data vocabulary. Defaults to "gdc".
method (str, optional): The method used for mapping. Defaults to "coma".
method (str, optional): The method used for mapping. Defaults to "ct_learning".
method_args (Dict[str, Any], optional): The additional arguments of the method for schema matching.
Returns:
Expand Down

0 comments on commit fd9b4fb

Please sign in to comment.