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

feat: Add UNIQUE data type #69

Closed
wants to merge 1 commit into from
Closed

Conversation

mbelak-dtml
Copy link
Collaborator

No description provided.

The data type is used for non-numeric columns where each row has a different values, e.g. an ID etc.
@mbelak-dtml mbelak-dtml self-assigned this Aug 9, 2023
@mbelak-dtml mbelak-dtml linked an issue Aug 9, 2023 that may be closed by this pull request
@mbelak-dtml mbelak-dtml force-pushed the feat/unique-data-type branch from 55d942e to f962ab5 Compare August 9, 2023 14:16
@mbelak-dtml mbelak-dtml changed the title Feat/unique data type feat: Add UNIQUE data type Aug 9, 2023
@mbelak-dtml
Copy link
Collaborator Author

Closing the PR since the first commit (adding the unique) does not work without changes to univariate analysis (which without changes expects behavior of categorical columns [whence the unique type is an instance], but exhibits the behavior of numeric columns). Superseeded by #70

@mbelak-dtml mbelak-dtml closed this Aug 9, 2023
@mbelak-dtml mbelak-dtml deleted the feat/unique-data-type branch October 12, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add "Unique" data type
1 participant