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
    7
    11
    27467
    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.
    • dhawalkamath
      dhawalkamath last edited by

      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

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

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

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

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

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

            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.

            1 Reply Last reply Reply Quote 1
            • ccc
              ccc last edited by

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

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

                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.

                1 Reply Last reply Reply Quote 2
                • upwart
                  upwart last edited by

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

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

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

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

                      Does pyto offer a pyobjc type module?

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

                        Check out Rubicon-ObjC; PyObjC wouldn’t install

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

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

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