ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

Home Page:https://docs.profiling.ydata.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Categorical Variable showing as word cloud instead of bar

Sweetea99 opened this issue · comments

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.