I am trying to import a dataset from UCI to a pandas dataframe but all I get is an html output. Can someone help me? Here is my code:
pd.read_csv('names = ['Frequency','Angle of attack','Chord length','Free-stream velocity','Suction/side','Scaled/sound']
af = pd.read_csv('https://archive.ics.uci.edu/ml/machine-learning-databases/00291/',sep=',',names=names)')