ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
https://docs.profiling.ydata.ai
MIT License
12.42k stars 1.67k forks source link

Categorical Variable showing as word cloud instead of bar #1576

Open Sweetea99 opened 5 months ago

Sweetea99 commented 5 months ago

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