GoodPandas.
create_from_profile
create_from_profile(profile: str, profiles_path: Path) -> GoodPandas
Creates GoodPandas instance from a given profile.
Parameters
| name | type | description |
|---|---|---|
| profile | str | Name of the profile to use. Defaults to "default". |
| profiles_path | Path | Path to the profiles file. Defaults to PROFILES_FILE_PATH. |
Returns
| type | description |
|---|---|
| GoodPandas | A new GoodPandas instance with the settings from the profile. |