Simon Brugman

Results 195 comments of Simon Brugman

Agreed, on our roadmap :)

Hi @bedangSen, the pie chart is added to the report, but doesn't replace the frequency table as you might have expected. For instance, see "Pclass" in: https://pandas-profiling.github.io/pandas-profiling/examples/master/titanic/titanic_report.html (click "Toggle details"...

@bedangSen Not yet, however the change would be simple. You're welcome to contribute. You can find the relevant code here: https://github.com/pandas-profiling/pandas-profiling/blob/master/src/pandas_profiling/visualisation/plot.py#L283

@anajulialuizon @mcastellino Please let us know if the issue has been resolved by the suggestion above, or by installing the latest version of `phik` (`pip install phik==0.12.2`). If not, we...

@gwen47 Great catch, this should be solved in the type system. Please open another issue (the two are related but independent)

With `visions` integrated, this should be easy to support. Anyone interested is invited to pick this up!

This is an excellent suggestion. In fact, the next diagram in the notebook, the outlier significance, is even more informative. The pairwise correlations in the diagram don't are necessarily significant....

Pending the https://github.com/dylan-profiler/heatmaps release.

Hi Marcin, thanks for reporting. Haven't encountered this before, let's dive into it and resolve the issue. This could be caused by matplotlib, it might be worth setting a different...

Interesting. Those columns should be detected as "Unsupported" (they are checked for being hashable, and since they are not there things end). Are you able to construct a minimal dataframe...