ColumnNameSummary¶
- class ColumnNameSummary(name='')[source]
Summarize the unique column names in a dataset.
Methods
|
|
|
Return summary as an object or in JSON. |
|
Update the summary based on columns associated with a file. |
|
Update the unique combinations of column names. |
Attributes
- ColumnNameSummary.get_summary(as_json=False)[source]¶
Return summary as an object or in JSON.
- Parameters:
as_json (bool) – If False (the default), return the underlying summary object, otherwise transform to JSON.