Simon Brugman
Simon Brugman
@kretes Thanks for the bump Tomasz. If anyone is interested, feel free to contribute a PR!
Thanks for the extensive bug report! Since you've already written a fix and test cases, I'd suggest sending in a pull request :) (You might also be interested in [Hacktoberfest](https://hacktoberfest.digitalocean.com/),...
@JPvRiel Your isinstance check could be inn the right direction. Here the index is added to the columns in case it's not a single column increasing index: https://github.com/pandas-profiling/pandas-profiling/blob/develop/src/pandas_profiling/model/pandas/dataframe_pandas.py#L33 Indeed the...
When importing this package, it adds the method on the pandas dataframe. This could be clearer in the docs. A PR would be much appreciated.
@kaharlichenko thanks for helping to pinpoint the issue. In the original report the python/conda/pip versions are lacking, making it nearly impossible to debug. Especially the ipywidgets version. Does updating help?
Could you try if the develop branch solves this issue (`pip install git+https://github.com/pandas-profiling/pandas-profiling.git@develop` - which is v3.1.1)?
Great idea, are you interested in picking this up? It should be relatively simple (add config parameter and if statement)
Thanks for reporting. I suspect the error is caused by `POLineCancDate` having 0 non-null values.
What happens if you upgrade ipywidgets? `pip install -U ipywidgets` (and restart the environment)
Others have had this feature request before (there is a dedicated slack channel for it). Interested contributed are invited to reach out. Supporting [this project](https://github.com/sponsors/sbrugman) allows for more time to...