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

Add include_null argument to handle nulls for categorical values. Ref #114. #175

Merged
merged 3 commits into from
Jun 14, 2024

Conversation

tompollard
Copy link
Owner

Adds a new include_null argument. If set to True, null values for categorical values will be treated as a category level:

    include_null : bool, optional
        Include None/Null values for categorical variables by treating them as a
        category level. (default: True)

This fixes the issue described in #114.

@tompollard tompollard merged commit 6fc6a30 into main Jun 14, 2024
3 checks passed
@tompollard tompollard deleted the tp/auto_fill_nulls branch June 14, 2024 05:05
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

Successfully merging this pull request may close these issues.

1 participant