Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

eda: full na column is not correct in report #712

Open
jinglinpeng opened this issue Oct 16, 2021 · 0 comments
Open

eda: full na column is not correct in report #712

jinglinpeng opened this issue Oct 16, 2021 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@jinglinpeng
Copy link
Contributor

Describe the bug
The col1 should be na values, but it's missing value is zero in the Variables section.

image

To Reproduce

from dataprep.eda import create_report
import pandas as pd
import numpy as np
df = pd.DataFrame()
df["col1"] = [np.nan] * 10
create_report(df).show_browser()
@jinglinpeng jinglinpeng added the type: bug Something isn't working label Oct 16, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants