Text length limitations in the display() function

User16826992666
Databricks Employee
Databricks Employee

Is there a way to change the limit to the length of strings that can be shown using the display() function in notebooks? If I'm noticing truncation, what can I do?

User16826992666
Databricks Employee
Databricks Employee

There is a 500 character limit to strings in columns which is non-configurable. To see the full contents of the column, you can either use the tooltip to expand the cell or download the full results.