Forum Archive

this version of pandas is incompatible with numpy 1.13.3

lyubomyr83

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?

ccc

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

Drizzel

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