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

Allow categorical components to be >1D #2213

Closed
jfoster17 opened this issue Jul 28, 2021 · 0 comments · Fixed by #2214
Closed

Allow categorical components to be >1D #2213

jfoster17 opened this issue Jul 28, 2021 · 0 comments · Fixed by #2214

Comments

@jfoster17
Copy link
Member

Is your feature request related to a problem? Please describe it:
Categorical components are currently limited to be 1D, but it is sometimes useful to have categorical components with higher dimension.

Describe the solution you'd like:
Enable categorical components with >1D, perhaps by casting the input array to 1D, using the current pandas functions to transform and then casting back into the original shape.

Additional context:
Originally posted as a request in Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant