Skip to content

Commit 2af2fc3

Browse files
committed
update
1 parent 29c03c6 commit 2af2fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3588,6 +3588,7 @@ def transpose(self, *args, copy: bool = False) -> DataFrame:
35883588
)
35893589
if using_copy_on_write() and len(self) > 0:
35903590
result._mgr.add_references(self._mgr) # type: ignore[arg-type]
3591+
35913592
elif (
35923593
self._is_homogeneous_type
35933594
and dtypes

0 commit comments

Comments
 (0)