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.


    this version of pandas is incompatible with numpy 1.13.3

    Pythonista
    3
    3
    2817
    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.
    • lyubomyr83
      lyubomyr83 last edited by

      I install last version pandas over stash
      Then i test with some code:

      import pandas as pd
      df = pd.DataFrame({'id':range(15), 'chars': ['ab']*15})
      print(df)

      After run i receive
      this version of pandas is incompatible with numpy 1.13.3

      How to fix, maybe, anybody know?

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

        https://forum.omz-software.com/topic/5890/pandas-support

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

          pandas wont work on pythonista. An alternative app would be Pyto

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