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

No histgram for boolean columns? #59

Closed
hangelwen opened this issue Oct 3, 2018 · 3 comments
Closed

No histgram for boolean columns? #59

hangelwen opened this issue Oct 3, 2018 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed required-for-release

Comments

@hangelwen
Copy link

hangelwen commented Oct 3, 2018

Example:

"column_hasVisit": {
      "column": "column_hasVisit",
      "completeness": 1,
      "approximateNumDistinctValues": 2,
      "dataType": {
        "enumClass": "com.amazon.deequ.analyzers.DataTypeInstances",
        "value": "Boolean"
      },
      "isDataTypeInferred": false,
      "typeCounts": {},
      "histogram": null
    }
@sscdotopen
Copy link
Contributor

Dear Jack,

Thank you for the hint, this is a bug that we need to fix.

@sscdotopen sscdotopen added bug Something isn't working help wanted Extra attention is needed required-for-release labels Oct 4, 2018
@sscdotopen sscdotopen self-assigned this Oct 4, 2018
sscdotopen pushed a commit that referenced this issue Oct 4, 2018
sscdotopen added a commit that referenced this issue Oct 4, 2018
* Histograms for boolean columns #59
@sscdotopen
Copy link
Contributor

@hangelwen we pushed a fix for this, thanks again for finding the bug! We will cut a new release and let you know once that is available.

@tdhd
Copy link
Contributor

tdhd commented Oct 4, 2018

@hangelwen We've released an updated version of deequ which includes the fix (https://github.com/awslabs/deequ/releases/tag/1.0.0-rc3).

sscdotopen pushed a commit that referenced this issue Nov 27, 2018
Mupico referenced this issue in hpi-bp1819-naumann/deequ Nov 28, 2018
* Histograms for boolean columns #59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed required-for-release
Projects
None yet
Development

No branches or pull requests

3 participants