I want to view a pandas dataframe in Spyder's Variable Explorer.
When I click on the dataframe 'Name' in the Variable Explorer window, a series of files are executed (spyder_kernel.py, datapub.py, datapub.py, and serialize.py), which are part of the anaconda package. However, while executing serialize.py, the following message shows up:
serialize_object
buffers.insert(0, pickle.dumps(cobj, PICKLE_PROTOCOL))
OverflowError: cannot serialize a bytes object larger than 4 GiB
The dataframe is also not displayed. Any solution to this? Thanks.