pub fn parse_table(name: &str, map: &Mapping) -> ForgeResult<Table>Expand description
Parse a table from a YAML mapping (v4.0 enhanced with metadata)
ยงErrors
Returns an error if a column name is not a string, or column data has an invalid type or format.