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 fac9a99 commit e46d78bCopy full SHA for e46d78b
pandas/core/internals/managers.py
@@ -345,9 +345,11 @@ def get_dtypes(self) -> npt.NDArray[np.object_]:
345
def arrays(self) -> list[ArrayLike]:
346
"""
347
Quick access to the backing arrays of the Blocks.
348
+
349
Only for compatibility with ArrayManager for testing convenience.
350
Not to be used in actual code, and return value is not the same as the
351
ArrayManager method (list of 1D arrays vs iterator of 2D ndarrays / 1D EAs).
352
353
Warning! The returned arrays don't handle Copy-on-Write, so this should
354
be used with caution (only in read-mode).
355
0 commit comments