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? 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
Categorical Variable showing as bar as we used to get before
employee data
#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
3.6.6
pandas-profiling 3.6.6
windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
pandas-profiling version
3.6.6
Dependencies
OS
windows
Checklist
The text was updated successfully, but these errors were encountered: