We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f36e2 commit 1e6cd2fCopy full SHA for 1e6cd2f
pandas/_libs/arrays.pyx
@@ -101,6 +101,7 @@ cdef class NDArrayBacked:
101
self.__setstate__(state[0])
102
return
103
elif len(state) == 2:
104
+ # GH#62820: Handle missing attrs dict during auto-unpickling
105
self.__setstate__((*state, {}))
106
107
raise NotImplementedError(state) # pragma: no cover
0 commit comments