Skip to content

Commit e292a6b

Browse files
cbertinatojreback
authored andcommitted
Added is_copy to NDFrame._deprecations (#18922)
1 parent 6164da2 commit e292a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class NDFrame(PandasObject, SelectionMixin):
115115
_internal_names_set = set(_internal_names)
116116
_accessors = frozenset([])
117117
_deprecations = frozenset(['as_blocks', 'blocks',
118-
'consolidate', 'convert_objects'])
118+
'consolidate', 'convert_objects', 'is_copy'])
119119
_metadata = []
120120
_is_copy = None
121121

0 commit comments

Comments
 (0)