这是处理加载过程的我的代码的行: importpandasaspd frompandas_datareaderimportdataasweb importmatplotlib.pyplotasplt ticker = ['^DJI','^INX','^IXIC'] ind_data = pd.DataFrame() foriinticker: ind_data[i] = web.DataReader(i, data_source='google', start='2000-1-1')['Close'] 提前致谢。