GoodPandas.

create_from_profile

create_from_profile(profile: str, profiles_path: Path) -> GoodPandas

Creates GoodPandas instance from a given profile.

Parameters

nametypedescription
profilestrName of the profile to use. Defaults to "default".
profiles_pathPathPath to the profiles file. Defaults to PROFILES_FILE_PATH.

Returns

typedescription
GoodPandasA new GoodPandas instance with the settings from the profile.