该数据集包含四个文件: (1)winequality-red.csv:红葡萄酒质量数据, (2)winequality-white.csv:白葡萄酒质量数据。 数据来源: 数据内容源自UCI机器学习库的 Wine Quality Data Set,基于证书Database: Open Database,Contents: Database Contents发布。
第一步:导入数据 importpandasaspdpath="E:\data\winequality-red.csv"redwine_df=pd.read_csv(filepath_or_buffer=path,sep=';',header=0,encoding='utf-8') 注释:read_csv()中设置header=0表示第0行为表头;sep=";"表示数据的分割符为分号。 print(redwine_df) 第二步:数据探索 检查是否有重复记录 ...
红葡萄酒数据集winequality-red.csv,白葡萄酒数据集winequality-white.csv,Wine Quality Data Set 包括两个数据集:红葡萄酒数据集winequality-red.csv,白葡萄酒数据集winequality-white.csv,涉及来自葡萄牙北部的红色和白色vinho verde葡萄酒样本。 目标是根据物理化学测试对葡萄酒质量进行建模 Two datasets are included,...
winequality-white.csv EDA (Exploratory Data Analysis) - to get more insight into the data Understanding the wine data columns The data-set is related to white variants of wine fixed acidity: most acids involved with wine or fixed or nonvolatile (do not evaporate readily) ...
0114.00. Input (100.95 kB) folder Data Sources arrow_drop_down Red Wine Quality calendar_view_week winequality-red.csv
Predicting wine quality. Contribute to zygmuntz/wine-quality development by creating an account on GitHub.
Load the winequality-white.csv into a data frame. Make sure to use the proper parameters of We will use the Wine Quality dataset for this question. The dataset has two CSV files. You will use winequality-white.csv here. Please go through the...
"fixed acidity";"volatile acidity";"citric acid";"residual sugar";"chlorides";"free sulfur dioxide";"total sulfur dioxide";"density";"pH";"sulphates";"alcohol";"quality" 7.4;0.7;0;1.9;0.076;11;34;0.9978;3.51;0.56;9.4;5 7.8;0.88;0;2.6;0.098;25;67;0.9968;3.2;0.68;9.8;5 7.8;0....
By accepting optional cookies, you consent to the processing of your personal data - including transfers to third parties. Some third parties are outside of the European Economic Area, with varying standards of data protection. See our privacy policy for more information on the use of your perso...
红葡萄酒数据集winequality-red.csv,白葡萄酒数据集winequality-white.csv,Wine Quality Data Set 包括两个数据集:红葡萄酒数据集winequality-red.csv,白葡萄酒数据集winequality-white.csv,涉及来自葡萄牙北部的红色和白色vinho verde葡萄酒样本。 目标是根据物理化学测试对葡萄酒质量进行建模 Two datasets are included,...