Read a federated table
Updated at:
Copy as MD
This topic describes the API for reading a saved federated table and provides an example.
Important
All placeholders in the API, such as "$df0", must be enclosed in single or double quotation marks.
Function path
fascia.biz.api.dataframe.read_fed_tableFunction definition
def read_fed_table(fed_table) -> HDataFrame:Parameters
fed_table: The federated table to read. This corresponds to the federated table placeholder in the input configuration.
Example
from fascia.biz.api.dataframe import read_fed_table
df = read_fed_table('$df0')Return value definition
The return value is a federated table object.
Is this page helpful?