Hi Everyone,
I am trying to dispaly dataframe which have 20 rows.but i am getting below error.
com.databricks.rpc.RPCResponseTooLarge: rpc response (of 20979958 bytes) exceeds limit of 20971520 bytes
Can anyone please help here to fix this issue.
Thanks
t
Tristen
09/08/2023, 1:11 PM
I think I have seen this before in a case with large string values in the columns. Try using
.show()
instead or truncating or splitting the column down so it’s smaller.