I want my dataframe to auto-truncate strings which are longer than a certain length.
basically:
pd.set_option(\'auto_truncate_string_exceeding_this_l
pd.set_option('display.max_colwidth', 255)