Closed

Description
related:
#39 (column descriptions)
#686 (serialization concerns)
#447 (comment) (Feature request, implementation variant)
Ideas and issues:
- is pickle stable enough?
- serialization req. potentially couples this with storage format
- allow arbitrary python objects?
- impl. option: JSONables-only + type tag + load/save callback hook
- getter/setter or attribute style access (limits naming)?
- flat or hirarchical?