pypy3 with pandas very slow/freezes (Mac)
When running my pandas python project on pypy3, it takes way longer than running it on a basic python3 compiler/interpreter. It keeps freezing during the process for like 3-5min and then continues to run for like 10sec, when on a python3 compiler it runs smoothly (It may be a problem with pandas.to_excel() function since that's where I get the "freeze"). idk if it is a known problem or if it is a me problem. I tried pypy3 on the terminal and on PyCharm, the result are the same. I have no idea if I'm in the right place to write this issue either, any help/explainations is appreciated :)