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
Update pandas_matplotlib.ipynb notebook dependency on pandas_datareader.
# Fama-French importpandas_datareader.dataasweb#import pandas.io.data as web => Convert back to this import Syntax once pandas_datareader becomes a dependency and is importable from pandas
The text was updated successfully, but these errors were encountered:
# load packages (redundancy is ok)importpandasaspd# data management toolsfrompandas_datareaderimportdata, wb# World Bank api#from pandas.io import wb # World Bank api {Change back to this once implemented}importmatplotlib.pyplotasplt# plotting tools
Update pandas_matplotlib.ipynb notebook dependency on pandas_datareader.
The text was updated successfully, but these errors were encountered: