Numpy y pandas problem import

Hi Barry,

sooner or later most people new to Python make this mistake: don’t call your script numpy.py - what you’re seeing here is Python importing your numpy.py when you write import numpy, rather than the “real” numpy.

1 Like