Re: [pypy-dev] Pandas on PyPy

2017-02-28 Thread Maciej Fijalkowski
Hi Singh. We're working hard on getting pypy to run pandas at this very moment :-) At present, you would be unlikely to find significant speedups - our C API emulation layer is slow (unless you do a lot of work outside of pandas without pandas objects). We will work on it, wait for the next relea

Re: [pypy-dev] Pandas on PyPy

2017-02-28 Thread Phyo Arkar
Hi See this : https://morepypy.blogspot.com/2016/11/pypy27-v56-released-stdlib-2712-support.html On Wed, Mar 1, 2017 at 1:38 AM Singh, Yashwardhan < yashwardhan.si...@intel.com> wrote: > Hi Everyone, > > I was hoping to use Pandas with PyPy to speed up applications, but ran > into compatibility

[pypy-dev] Pandas on PyPy

2017-02-28 Thread Singh, Yashwardhan
Hi Everyone, I was hoping to use Pandas with PyPy to speed up applications, but ran into compatibility issues with PyPy. Has anyone tried to make PyPy works with Pandas, by any experiment/hacking method? If yes, would you share your findings with me? If not, could someone points me to where th