Results 25 comments of Alexandre Quemy

> Hello @aquemy, > > Thank you for launching the ci multiple times along the way. > > Now everything seems to be working fine. The only failing is the...

@npappin-wsu @UItraviolet @natanael-melo @kirankalpathy the support for Python 3.12 is blocked by Numba which still does not support it. The support is planned for Numba 0.59 and there is already...

@andreas-wolf nice timing! I prepared the PR yesterday (here: https://github.com/ydataai/ydata-profiling/pull/1521) but unfortunately I am facing an issue with the installation of dependencies. See here: https://github.com/ydataai/ydata-profiling/actions/runs/7868893919/job/21466934821 ``` AttributeError: module 'pkgutil' has...

Hello, `typing_extensions.Buffer` appears to have been added to Python 3.12. Maybe you should try to update the package using: `!pip install -U pandas-profiling`

Hi @vorel99, I had to force-pushed the `dev` branch before the last release because of a commit that was not following the CI requirements. This might explain why you personal...

Hi @ManinderAde12 Do you have an example on which the formatter fails? I would like to understand if there is a not a deeper issue here that the formatter.

@vorel99 The PR looks great. Whenever you are ready, please, mark it as Ready for review such that we can start the CI/CD. I'll also do some local tests to...

@djemeljanovs could you rebase your branch on `origin/develop` please? I cannot merge due to some conflicts.

@k3agan any particular reason to change this link? ![image](https://user-images.githubusercontent.com/1913007/227947640-7c85ac97-168c-46e3-8ee1-a61079dd0344.png) (don't worry too much about the commit semantic, we're squashing everything)

@alexlang74 can you describe a bit more your scenario with maybe a minimal example in terms of interface? Do you want to run the profiling without generating any output, then...