CodeCox
CodeCox
Still an issue for the [basic example code in docs](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/great_expectations_integration.html#creating-expectation-suites-with-pandas-profiling): Version information: ``` Python 3.9.9 great_expectations 0.13.46 pandas_profiling 3.1.0 ``` The hack mentioned by the OP is still required to...
Or ... These files aren't that large - perhaps there's no need use the _pickle_ format for i/o. Using `.csv` will mean that you don't have to clutter the main...
Some thoughts (probably more for my benefit!) - width & height can be set to 0 by window events e.g. size, minimise. What else? - What is the valid range...
> Question is if a Program should have their draw() function called if the window is minimized or otherwise has a 0 pixel area. It's a non-trivial question - needs...
I'm using the _Bokeh_ backend with _hvplot_, and I'm able to use _holoviews_ to set a _bokeh built-in-theme_ e.g. ``` import holoviews as hv hv.renderer('bokeh').theme = 'dark_minimal' ``` The holoviews...
still an issue in **v0.7.1** What's the status on this? (A PR was merged a while back but the the issue is still open?)