Utility functions
Schema functions
aiaengine.generate_schema(df)
Infer schema from the Pandas dataframe
Parameters:
Name | Type | Description | Default |
---|---|---|---|
df |
pandas.DataFrame
|
description |
required |
Returns:
Type | Description |
---|---|
List[Column]: inferred schema of the dataframe |
aiaengine.print_schema(df)
Print schema of the Pandas DataFrame
Parameters:
Name | Type | Description | Default |
---|---|---|---|
df |
pandas.DataFrame
|
Pandas DataFrame |
required |