Simon Brugman
Simon Brugman
Thanks for reporting @amerzon. The [jQuery version](https://github.com/pandas-profiling/pandas-profiling/tree/develop/src/pandas_profiling/report/presentation/flavours/html/templates/wrapper/assets) packaged with the report should be updated. Ideally, we upgrade to the latest version of [bootstrap](https://getbootstrap.com/docs/5.1/getting-started/introduction/) that [obviates the need for jQuey](https://getbootstrap.com/docs/5.1/getting-started/javascript/#still-want-to-use-jquery-its-possible) altogether....
Yes, I linked to 5.1. This one would be ideal, however >= 3.4.1 would also be an improvement over the current situation.
Good catch! Automated bin detection is (apparently) not supported for weighted data - which we use to greatly improve the performance of the profiling. This option should be disabled (or...
A PR with a solution is very much welcome (e.g. add a suffix to the added column, or not adding the column in this case).
Sure. The issue is open for anyone from the community that's interested in taking it on.
This is the closest related documentation that we have: https://colab.research.google.com/github/pandas-profiling/pandas-profiling/blob/master/examples/tutorials/modify_report_structure.ipynb Hope that helps out, otherwise I'm afraid it will be a custom effort.
The same problem with Google Chrome.
Should be pulled :+1:
Thanks for the useful pointers. The scope of C407 used to be much broader, considering [all builtins](https://github.com/adamchainz/flake8-comprehensions/commit/4f1b7e61f3dcfad6d5372e57d315dad7a9d4e668#diff-7b3ed02bc73dc06b7db906cf97aa91dec2b2eb21f2d92bc5caa761df5bbc168fL91) - frequently resulting in false positives. For `any`/`all`, there are clear cases where...
Cool project that could kickstart this issue: https://zenodo.org/record/5151994 https://pypi.org/project/typing-copilot/