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

Setting n_extreme_obs = N != 5 does not change the extreme values headers in report #254

Closed
mno76 opened this issue Sep 11, 2019 · 0 comments
Labels
bug 🐛 Something isn't working getting started ☝ Straight-forward for beginning contributors

Comments

@mno76
Copy link

mno76 commented Sep 11, 2019

Setting n_extreme_obs = N with N != 5 does not change the header "Minimum N values" or "Maximum N values" in html report, however the number of listed extreme obs is correct.

import pandas as pd
import pandas_profiling as pp

df = pd.DataFrame(
    np.random.rand(20, 2),
    columns=['a', 'b']
)
profile = df.profile_report(n_extreme_obs=7)
display(profile)

Version information:

  • Python version: 3.7.3
  • Environment: JupyterLab (local)
  • pandas: 0.25.1
  • pandas-profiling: 2.3.0
@mno76 mno76 added the bug 🐛 Something isn't working label Sep 11, 2019
@sbrugman sbrugman added the getting started ☝ Straight-forward for beginning contributors label Sep 12, 2019
@sbrugman sbrugman added this to the v2.4.0 milestone Sep 19, 2019
@sbrugman sbrugman closed this as completed Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working getting started ☝ Straight-forward for beginning contributors
Projects
None yet
Development

No branches or pull requests

2 participants