max_colwidth
parameter, but it didn't make any difference. Here is how I am setting it - groq_query_engine = PandasQueryEngine( df=df, output_kwargs={"max_colwidth" : None}, llm=groq_llm, verbose=True, synthesize_response=True, stream=True, )
pd.set_option('display.max_columns', None)
things work finedisplay.max_colwidth