Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 421 Bytes

Ch11-Financial and Economic Data Applications .md

File metadata and controls

14 lines (13 loc) · 421 Bytes

Chapter 11 Financial and Economic Data Applications

  • Data Munging Topics
  • Group Transforms and Analysis
  • More Example Applications


aapl = pd.io.data.get_data_yahoo('AAPL', 
                                 start=datetime.datetime(2006, 10, 1), 
                                 end=datetime.datetime(2012, 1, 1))
aapl.head()