Pandas: Limiting __repr__ and _repr_html_ behaviour with Xarray
I am storing large xarrays in my dataframe, but any time I display the dataframe in Jupyter or the terminal it takes way to long (11 seconds for a 10 row dataframe). I’d imagine it has something to do with how pandas is grabbing whatever repr information from the individual cells, and it’s shoving the whole xarray in there, but then truncates the display after the fact? Who knows?