From fd9b4fb4d91df8efc3542246ec2ee60243d07135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=A9cio=20Santos?= Date: Fri, 17 Jan 2025 13:02:37 -0500 Subject: [PATCH] chore: Fix docs about the default schema matching method --- bdikit/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdikit/api.py b/bdikit/api.py index 63acaa8..b645970 100644 --- a/bdikit/api.py +++ b/bdikit/api.py @@ -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: