Skip to content

Second Categorical fixups #8078

Closed
Closed
@jankatins

Description

@jankatins

Docs:

  • np.asarray(s2.cat) -> np.asarray(s2)
  • Series(.....dtype='categorical') example, ENH: add support dtype='category' in Series constructor #8075
  • Add docstring about internal useage to to_dense and from_array
  • go through the docs and change levels -> categories
  • clarify docs on usage of Categorical (public API restricted to creation (to specify levels/ordered, or to put in dataframe) don't use its methods/properties (-> s.cat is for that), apart from from_codes and maybe in a "under the hood" section )
  • underline in categoriecal.rst

Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions