python3_ios icon indicating copy to clipboard operation
python3_ios copied to clipboard

pandas support

Open yury opened this issue 6 years ago • 1 comments

That would be interesting.

yury avatar Jan 25 '19 12:01 yury

I just did it on this project: https://github.com/ColdGrub1384/Pyto. Compiling the Pandas master branch as iOS dynamic libraries and loading them with dlopen worked. To be acceptable on the App Store, .so files should be inside frameworks with Info.plist files. It was not soooo complicated as @omz said.

Too much complicated, mostly, but I think I'll get to it eventually.

ColdGrub1384 avatar Feb 19 '19 14:02 ColdGrub1384