Python Cannot Import Name 'is_list_like'
I am trying to run the following code using pandas_datareader on PYTHON 3.6.5 IDLE(WIN 10 SYS). #import our Python libraries import os import sys import pandas as pd import pandas
Solution 1:
This is a known issue of pandas-datareader
and will be fixed on release 0.7.0 as stated here.
For now, you could try to use the development version based on its master branch.
Post a Comment for "Python Cannot Import Name 'is_list_like'"