Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second Categorical fixups #8078

Closed
17 tasks done
jankatins opened this issue Aug 20, 2014 · 3 comments · Fixed by #8153
Closed
17 tasks done

Second Categorical fixups #8078

jankatins opened this issue Aug 20, 2014 · 3 comments · Fixed by #8153
Labels
Categorical Categorical Data Type
Milestone

Comments

@jankatins
Copy link
Contributor

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

@jankatins
Copy link
Contributor Author

I will look at these ToDos on a train ride tomorrow.

@jorisvandenbossche
Copy link
Member

@JanSchulz I should also be able to find some time this week if you can use some help.

@jreback
Copy link
Contributor

jreback commented Sep 25, 2014

closed by #8153

@jreback jreback closed this as completed Sep 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Categorical Categorical Data Type
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants