Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pandas_and_matplotlib.ipynb with pandas import for datareader (0.17.2+) #20

Open
mmcky opened this issue Jan 13, 2016 · 1 comment

Comments

@mmcky
Copy link
Contributor

mmcky commented Jan 13, 2016

Update pandas_matplotlib.ipynb notebook dependency on pandas_datareader.

# Fama-French 
import pandas_datareader.data as web
#import pandas.io.data as web => Convert back to this import Syntax once pandas_datareader becomes a dependency and is importable from pandas
@mmcky
Copy link
Contributor Author

mmcky commented Jan 13, 2016

Also this instance

# load packages (redundancy is ok)
import pandas as pd                   # data management tools
from pandas_datareader import data, wb # World Bank api
#from pandas.io import wb              # World Bank api {Change back to this once implemented}
import matplotlib.pyplot as plt       # plotting tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant