ipython pandas TypeError: read_csv() got an unexpected keyword argument 'delim-whitespace''
问题 While trying the ipython.org notebook, "INTRODUCTION TO PYTHON FOR DATA MINING" The following code: data = pd.read_csv("http://archive.ics.uci.edu/ml/machine-learning-databases/auto-mpg/auto-mpg.data-original", delim_whitespace = True, header=None, names = ['mpg', 'cylinders', 'displacement', 'horsepower', 'weight', 'acceleration', 'model', 'origin', 'car_name']) yields the following error: TypeError: read_csv() got an unexpected keyword argument 'delim-whitespace' Unfortunately the dataset