Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix missing name
  • Loading branch information
jbrockmendel committed Dec 9, 2019
commit 016ae649bdecb8450a0a609ec4bf68dc5976d15f
1 change: 1 addition & 0 deletions pandas/core/internals/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ def copy(self, deep=True):
copy : BlockManager
"""
# this preserves the notion of view copying of axes
new_axes = self.axes
if deep:
# hit in e.g. tests.io.json.test_pandas

Expand Down