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

make_unique method #1

Open
Tokazama opened this issue Feb 19, 2020 · 0 comments
Open

make_unique method #1

Tokazama opened this issue Feb 19, 2020 · 0 comments

Comments

@Tokazama
Copy link
Owner

One of the assumptions of an AbstractAxis is that all of the keys are unique. In order for this to be possible when categorical keys (strings, symbols, etc) are used there should be a way to conveniently handle names that are that are the same. For example, DataFames.jl has a make_unique option to create unique names where they're are multiple instances of the same name when concatenated/joining stuff.

Either there should be a way to automate creation of unique keys, opt into creating unique keys, and/or error when there aren't unique keys.

@Tokazama Tokazama changed the title mak_unique method make_unique method Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant