this version of pandas is incompatible with numpy 1.13.3
-
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.3How to fix, maybe, anybody know?
-
last edited by
-
pandas wont work on pythonista. An alternative app would be Pyto