I haven't looked at the source yet, but do columns ever get pretty printed? It looks like indices do if it's a DatetimeIndex, but not otherwise. I often find myself doing ``` df.columns.tolist() ``` otherwise it's not really readable.