diff --git a/narwhals/functions.py b/narwhals/functions.py index d1408d956..64401f84b 100644 --- a/narwhals/functions.py +++ b/narwhals/functions.py @@ -65,7 +65,7 @@ def from_dict( data: Dictionary to create DataFrame from. schema: The DataFrame schema as Schema or dict of {name: type}. native_namespace: The native library to use for DataFrame creation. Only - necessary if inputs are not Narwhals Series. + necessary if inputs are not Narwhals Series. Examples: >>> import pandas as pd diff --git a/narwhals/stable/v1.py b/narwhals/stable/v1.py index 074480a4b..1c1c91711 100644 --- a/narwhals/stable/v1.py +++ b/narwhals/stable/v1.py @@ -1486,7 +1486,7 @@ def from_dict( data: Dictionary to create DataFrame from. schema: The DataFrame schema as Schema or dict of {name: type}. native_namespace: The native library to use for DataFrame creation. Only - necessary if inputs are not Narwhals Series. + necessary if inputs are not Narwhals Series. Examples: >>> import pandas as pd