lcdata.schema.format_table
- lcdata.schema.format_table(table, schema, verbose=False)
Format a table with a given schema.
- Parameters
- Returns
Formatted table
- Return type
- Raises
ValueError – If there are required keys in the schema that are missing in the table.