> So every time I want to get something from a Table, I'd need to do [...] No 
> thank you.

No, you wouldn't, because indexing a Table with `[]` is not unsafe. Its failure 
case has the well-defined and perfectly safe behavior of raising a `KeyError` 
exception.

Reply via email to