Forum Archive

Is pandas supported on pythonista ?

dhawalkamath

i have installed pandas from the stash command and it was successful.

when i try to import the same in one of my scripts, it gives an error pandas not supported by this version of numpy (1.12).

i checked the version of numpy and its 1.18

any help

JonB

No, it is not supported. You can only install pure python modules

dhawalkamath

Then may be i just wasted the subscription. i should have checked earlier.

JonB

There is a way to use pandas via sagecell -- essentially you run your code via cloud.

See the entire thread here:
https://forum.omz-software.com/topic/4200/data-analysis-workflow/18

Pythonista comes with numpy and matplotlib, but not pandas or scipy. There are now apparently a few ios apps that do support pandas, but most of these have poor interfaces.

ccc

Pyto does Pandas 🐼 https://github.com/ColdGrub1384/Pyto

runjaj

Another option would be Carnets. It's a free (as in beer and as in speech) Jupyter notebook implementation for iOS. It has pandas, numpy, sympy, matplotlib and more. It's a pretty impressive piece of software.

upwart

I have looked at PyTo and it certainly looks promising.
But I like Pythonista more, I think.

Nitrous9123

I run into the problem of trying to mimic the location module Pythonista has in Pyto. Any thoughts?

JonB

Does pyto offer a pyobjc type module?

Nitrous9123

Check out Rubicon-ObjC; PyObjC wouldn’t install

ayusharora44

Use juno instead. It is pretty good. Has all python modules support and pandas as well