@RAMitchell a small usability issue with falling back in the repr... If the data is huge we really can't convert it to parquet to print just a small subset of it.
I suppose it should be good enough to check how large it is and if it is huge slice it first. (A technical problem with that is that string slicing isn't supported currently).