I am trying to write some scripts to run on my Android device. In my Python coding, I relied a bit on pandas to organize my data.
I am curious how can I get pandas on my Android phone - in my Google searches I came across python-for-android that seem relevant, but I donβt understand how I can use this to get pandas BEFORE I really want pack your script for distribution.
In addition, it is obvious that pandas libraries are not in the GooglePlay repository.
source
share