|
Union[pd.DataFrame, List[Dict[Hashable, Any]]] | _transform (self, pd.DataFrame df, bool fastapi_output, **Any kwargs) |
|
Implements the transformer function for darktable tags to mysql tags
◆ _transform()
Union[pd.DataFrame, List[Dict[Hashable, Any]]] dtlib.images.DtlibImagesFull._transform |
( |
|
self, |
|
|
pd.DataFrame |
df, |
|
|
bool |
fastapi_output, |
|
|
**Any
|
kwargs |
|
) |
| |
|
protected |
Transforms the original images table from darktable into a table mysql table
The original images table from darktable contains datetime columns which are
stored in microseconds since 1970-01-01 00:00:00 UTC. Here we convert them to
a more human-readable format.
The documentation for this class was generated from the following file: