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

Categorical Variable showing as word cloud instead of bar #1576

Open
3 tasks done
Sweetea99 opened this issue Apr 17, 2024 · 0 comments
Open
3 tasks done

Categorical Variable showing as word cloud instead of bar #1576

Sweetea99 opened this issue Apr 17, 2024 · 0 comments

Comments

@Sweetea99
Copy link

Current Behaviour

Categorical Variable showing as word cloud instead of bar

Expected Behaviour

Categorical Variable showing as bar as we used to get before

Data Description

employee data

Code that reproduces the bug

#Panda profile
dataframe = df_profile
profile = ProfileReport(dataframe,minimal = True, dark_mode=True,
                        title="Original Data_Pandas Profiling_Report'",
        dataset={
        "description": "This profiling report was generated for Original  Pandas Profiling_Report_date",
        "copyright_holder": "EDA Training working session",
        "copyright_year": "2023",
        "url": "our location",
    },)
profile

pandas-profiling version

3.6.6

Dependencies

pandas-profiling 3.6.6

OS

windows

Checklist

  • There is not yet another bug report for this issue in the issue tracker
  • The problem is reproducible from this bug report. This guide can help to craft a minimal bug report.
  • The issue has not been resolved by the entries listed under Common Issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants