lyubomyr83
Mar 16, 2020 - 14:22
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?