Pythonista-Issues
Pythonista-Issues copied to clipboard
Pandas for Pythonista
The pandas library would allow for more powerful data analysis for Pythonista, and is a much requested feature:
- https://forum.omz-software.com/topic/1488/pandas-on-pythonista
- https://forum.omz-software.com/topic/2376/using-pandas-in-pythonistas
- https://forum.omz-software.com/topic/3213/pandas-wanted
Seconded
@zielperson You can "react" to issues and comments with the button in the top right corner of the issue/comment. That way you can simply "like" an issue/comment without having to reply. :)
@dgelessus .. that was hard to see on this screen .. thanks
Agree with you @controversial and @omz would you please offer your opinion?
Using @dgelessus cool "languages in a repo" trick, we can now see that 3.5% of Pandas is C or C++ code. Given Apple's rules, that means that @omz would need to get that code to compile and then add it into Pythonista for you to have a complete Pandas in Pythonista.
@omz do you have any plans to get pandas on pytjonista?. Maybe the community can help with porting the c code.
This would be absolutely great to have, I would even happily pay/donate to have pandas ported. @omz let us know if any help is needed, I believe a lot of people would love to help.
I would also pay for the upgrade / port of pandas to pythonista!
Same Here, Please give any indications if you are planning on porting these tools to Pythonista!
I almost bought pythonista but I use pandas, matplotlib a lot
@RayRayT Pythonista is worth more than whatever iOS device you're running it on. At a minimum, the UI and code completion make it the best portable tool for viewing or breaking down new modules and libraries. I use it all the time for creating, parsing, or editing json and yaml files. You're out of your mind if thats not worth the price of a movie ticket to you.
With that being said, although it doesnt have pandas (i agree would be great to have) it does come with matplotlib v1.4.0 and a number of other popular modules that @omz has ported.
Been trying Analyser by You Hui Yan - https://itunes.apple.com/us/app/analyser/id1083042861?mt=8 and it has some of these libraries but isn’t stable yet. Would be great to have some of the data science stack in Pythonista
Not sure if adding support for this request makes any difference at this point, but count me in.
I just added Pandas on my open source Python IDE: https://github.com/ColdGrub1384/Pyto. @omz Feel free to copy the files and code in main.m for implementation.
I just added Pandas on my open source Python IDE: https://github.com/ColdGrub1384/Pyto. @omz Feel free to copy the files and code in
main.mfor implementation.
@ColdGrub1384 how do we install it?
Apple Store “Pyto”. Pandas is already builtin.
Pyto, Carnets and even Juno added Pandas, except pythonista.
Perhaps those are better tools for data science related use cases.