python 运行以下代码出现:
df_wine = pd.read_csv('https://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data', header=None)

经查看 https://archive.ics.uci.edu/ml/machine-learning-databases/wine/wine.data

Reason from Google: ![]()
Solution: You have to use another browser OR directly download the data file by left click the "Proceed to archive.ics.uci.edu (unsafe)"
![]()
本文介绍了一种在使用Python pandas库从UCI机器学习库读取酒类数据集时遇到的问题及解决方案。当尝试通过URL直接读取数据时,会遇到浏览器拦截或警告问题。解决方法包括更换浏览器或直接下载数据文件,避免安全警告并成功加载数据。
5344

被折叠的 条评论
为什么被折叠?



