Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Handle null values in numeric histogram #1326

Merged
merged 1 commit into from Jan 28, 2019
Merged

Handle null values in numeric histogram #1326

merged 1 commit into from Jan 28, 2019

Conversation

znation
Copy link
Contributor

@znation znation commented Jan 15, 2019

Previously, all null values were ignored. With this change, if there are
any missing values (true None, not NaN), they get counted separately in
a categorical bin that is separated from the X axis.

This change does not yet account for NaN/inf values. Those are still
being ignored.

Depends on #1324

Previously, all null values were ignored. With this change, if there are
any missing values (true None, not NaN), they get counted separately in
a categorical bin that is separated from the X axis.

This change does not yet account for NaN/inf values. Those are still
being ignored.
@znation znation merged commit d6fdd4d into apple:master Jan 28, 2019
@znation znation deleted the numeric_histogram_count_null_values branch January 28, 2019 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants