Code Reference - Custom Information - Extra
The definitions for the "extra" information classes, i.e. fields that apply to the whole dataframe such as author, etc.
df_file_interchange.ci.extra.base
df_file_interchange.ci.extra.base.FIBaseExtraInfo
Bases: BaseModel
Source code in df_file_interchange/ci/extra/base.py
classname: str
property
Ensures classname is included in serialization
Returns:
Type | Description |
---|---|
str
|
Our classname |
df_file_interchange.ci.extra.std_extra
df_file_interchange.ci.extra.std_extra.FIStdExtraInfo
Bases: FIBaseExtraInfo
Standard extra info for a dataframe
Attributes:
Name | Type | Description |
---|---|---|
author |
str | None
|
Default None. |
source |
str | None
|
Where it came from. Default None. |