DEPR: deprecate _data when getting BlockManager #33333
Labels
Deprecate
Functionality to remove in pandas
Internals
Related to non-user accessible pandas implementation
Needs Discussion
Requires discussion from core team before further action
we renamed
_data
->_mgr
to provide more clarity on the internals; we should add aDeprecationWarning
on calling this from the pandas objects (DataFrame/Series
) to have downstream update to use_mgr
at some point: #33054 (comment)The text was updated successfully, but these errors were encountered: