You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the following codes from pandas_datareader import data data.get_components_yahoo('^DJI')
I always get an error 'AssertionError: 3 columns passed, passed data had 1 columns'. Could anyone tell me why?
The text was updated successfully, but these errors were encountered:
When I run the following codes
from pandas_datareader import data
data.get_components_yahoo('^DJI')
I always get an error 'AssertionError: 3 columns passed, passed data had 1 columns'. Could anyone tell me why?
The text was updated successfully, but these errors were encountered: