Added
Table.from_records()andTable.from_file()factory methods for convenient table initialization- Dictionary-like access for
TableandTransaction(table[key],table[key] = record,del table[key],pop,popitem,setdefault,update) - Value-based equality for
TableandTransaction(==compares path, key specifier, and records)