When importing pandas_datareader.data as web
, I am getting the following error:
ImportError: cannot import name 'assert_raises_regex' from 'pandas.util.testing'
I am using Spyder from the Anaconda Navigator and I have tried updating Spyder, Anaconda and made sure I had the latest version of pandas
I am new to python so I might be missing something...