omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Is pandas supported on pythonista ?

    Pythonista
    6
    5
    2273
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Macgomes
      Macgomes last edited by Macgomes

      Hello everyone,
      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). reverse image search
      email checker
      i checked the version of numpy and its 1.18

      any help????

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @Macgomes last edited by

        @Macgomes see here

        1 Reply Last reply Reply Quote 0
        • manitsy
          manitsy last edited by

          Same here. If I try to upgrade the numpy , existing program also not working. I need to reinstall whole Pythonista. Is any way we can install pandas ?

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by

            TLDR: no, you cannot install pandas, or upgrade numpy, or install any package that relies on c or Fortran, as iOS does not allow unsigned executable code. If those are priorities, you should consider pyto, found in the app store, which does have pandas support.
            If you tried to install these, go to the site-packages folder and delete any numpy folders you find -- no need to reinstall the app.

            Olaf 1 Reply Last reply Reply Quote 0
            • Olaf
              Olaf @JonB last edited by

              Today 18 Jan 2023, a beta of a new Pythonista was made available to testers. This contains a more recent numpy ☺ and pandas ☺☺☺.

              When the beta is promoted to the App Store, all users will benefit from this (and other evolutions like Python 3.10 instead of 3.6).

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB Forums | Contributors