* Promote `Integer` typed columns to `LongInteger` if they will not fit in 32 bits. Partially restores behavior seen before adding type information for 6 when Python `int`s always exported as `LongInteger`.
* When running data functions, make sure exceptions with causes (i.e., nested exceptions) output the causes in addition to the main exception.