I took a new clean install of OSX 10.9.3 and installed pip, and then did
pip install pandas pip install numpy
Both installs seemed to be perfectly happ
You can install previous version of pandas.
pip uninstall numpy pip uninstall pandas pip install pandas==0.13.1
In my situation it solved problem...