<urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly
Я запустил pd.read_csv(url, names=['sepal length','sepal width','petal length','petal width','target'])
с данными радужной оболочки.
Но так получилось.
<urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly
Я в своей компании, поэтому мне нужно написать
'pip install --proxy = http://ep.threatpulse.net:80 pandas' в моем приглашении
для того, чтобы установить панд.
Это проблема с прокси?
import pandas as pd
url = "https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data"
df = pd.read_csv(url, names=['sepal length','sepal width','petal length','petal width','target'])