There are good answers on how to change column width in pandas dataframes, for example here but I couldn't find anything describing how we can change row height?
I'm trying to view two long texts side by side to compare them and I'd like to increase the row height to make it easier. Maybe some to do with expand_frame_repr
?