I installed some backtesting libraries which updated pandas version.
Since then I'm getting ImportError: cannot import name 'hashtable'
I referred the existing question: Hashtable Error in Pandas.
And tried
> pip install pandas
> conda update pandas
but nothing seems working. Any suggestions are welcome.
EDIT :
I removed pandas from conda using conda remove --force pandas
And reinstalled it.
Now I'm getting new error
AttributeError: module 'pandas' has no attribute 'compat'
Thanks