Source: factory.service/package.core/ObjServiceTableSummary.py
Service API class for summarizing database table columns.
| Method | Signature | Description |
|---|---|---|
| Read | Read(service, param1 = '', param2 = '', param3 = '') |
Set parameters and read a connection based on the service. |
| Update | Update(Message = '') |
Placeholder for update functionality. |
| Connect | Connect() |
Return the current object's GUID. |
| infer_type | infer_type(series) |
Infer data type of a pandas Series as number, date, or string. |
| summarize_selected_columns | summarize_selected_columns(output_table) |
Summarize selected columns from a table and store the result. |
| Send | Send() |
Finalize the operation and mark as done. |
| run_workflow_direct | run_workflow_direct(guid, param1 = '', param2 = '', param3 = '') |
Execute the workflow directly using GUID and optional parameters. |