Deprecations of levels in categorical in 2017/ after 0.18 · Issue #8376 · pandas-dev/pandas (original) (raw)
levels
was renamed to categories
. Take out the deprecated property, the proerty in the Series.cat accessor, and the attribute in the constructor
Look for TODO: Remove after deprecation period in 2017/ after 0.18
and TODO: remove levels after the deprecation period
.
Should be added to #6581