我都试过了: prices = pd.read_csv("/Users/Joshua/Documents/asx_data/asx_historical_price_data.csv",index_col=0,parse_dates=True) 其中Prices.index以int数据类型结束,而不是datetime索引还有..。 dtypes = [float, float, float,float,float,float,str,str,str,str] prices = pd.read_csv("/Users...