标签: python pandas
import pandas A=pandas.read_csv("Automobile_data.csv") B=A["drive-wheels", "body-style", "price"]
KeyError :(“主动轮”,“车身样式”,“价格”)