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 6164da2 commit e292a6bCopy full SHA for e292a6b
pandas/core/generic.py
@@ -115,7 +115,7 @@ class NDFrame(PandasObject, SelectionMixin):
115
_internal_names_set = set(_internal_names)
116
_accessors = frozenset([])
117
_deprecations = frozenset(['as_blocks', 'blocks',
118
- 'consolidate', 'convert_objects'])
+ 'consolidate', 'convert_objects', 'is_copy'])
119
_metadata = []
120
_is_copy = None
121
0 commit comments