Simon Brugman

Results 195 comments of Simon Brugman

Thanks for pointing this out, that's indeed a bug. The mode is taken from the value counts, but instead of taking the index, it returns the counts. Easy fix, will...

The documentation for modifying the report structure is outdated and should be updated.

@jamesmyatt Turing off the pie chart is possible by setting the "plot.pie.max_unique" parameter to 0, however this could be documented more clearly (feel free to PR a documentation improvement). A...

Hello @zhenlingcn, Matplotlib unfortunately doesn't support Chinese characters by default. This can be overcome by changing the font. See: https://jdhao.github.io/2017/05/13/guide-on-how-to-use-chinese-with-matplotlib/ https://medium.com/@hoishing/using-chinese-characters-in-matplotlib-5c49dbb6a2f7 If anyone is interested in adding this as a...

@zhenlingcn Could you share that config? Then we'll try to find a solution.

Update: pandas-profiling v3 will use Altair which is not expected to have character issues.

Please provide a minimal reproducible example and the stack trace to find the root cause.

@dclong Yes, pandas-profiling v3 will include a completely new execution system, that caches results.

Hi @ricoms, good to meet you here now that there is no offline MediaEval :) Good point, feel free to submit a PR!

Hi Mike. This is exactly the kind of problem that motivated the creation type-system-software [visions](https://github.com/dylan-profiler/visions). @ieaves, might be relevant for #505.