Я недавно пытался загрузить набор данных url с помощью панд из этого здесь: набор данных флага
Мой код был:
enter code here
Import pandas as pd
dataset= pd.read_csv('https://archive.ics.uci.edu/ml/machine-learning-databases/flags/flag.data')
dataset.head()
Все должно работатьнормально, но у меня есть сообщение об ошибке.Я пытался понять как можно лучше сообщение ... но мне не удалось.Вот сообщение:
TimeoutError: [WinError 10060] A connection attempt failed because the
connected party did not properly respond after a period of time, or
established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
URLError Traceback (most recent call last)
<ipython-input-16-13064d485dcd> in <module>()