I normally prefer to read on my own rather than post, but I am totally flummoxed here. I am getting the same error as this question: Importing pandas shows ImportError: cannot import name hashtable so I tried everything posted there to no avail. I am now running Anaconda and finally managed to install pandas, apparently with no problems, but I am still getting the same error. As a reminder, it is:
ImportError: cannot import name hashtable
Honestly, it is difficult to remember everything I have done to attempt to solve this problem. Most recently, I have tried uninstalling/reinstalling pandas, uninstalling/reinstalling numpy, then pandas, installing an earlier version of pandas, installing cython, and checking the PATH (It is C:\Users\myname\AppData\Local\Continuum\Anaconda; C:\Users\myname\AppData\Local\Continuum\Anaconda\Scripts, which matches what the Anaconda command prompt says when I start it).
I am running Windows 7 64-bit and Python 2.7 through Anaconda (Spyder). Thank you in advance for any advice you can provide.