We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The col1 should be na values, but it's missing value is zero in the Variables section.
col1
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()
The text was updated successfully, but these errors were encountered:
dovahcrow
No branches or pull requests
Describe the bug
The
col1
should be na values, but it's missing value is zero in the Variables section.To Reproduce
The text was updated successfully, but these errors were encountered: