Baselight

Wine Quality Selection

Unsupervised Analysis on wine dataset

@kaggle.maitree_wine_quality_selection

Loading...
Loading...

About this Dataset

Wine Quality Selection

Context

There are two datasets with different details. Depending on these details, the quality of the wine is found

Content

The datasets are uploaded from http://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/

Acknowledgements

We wouldn't be here without the help of others. If you owe any attributions or thanks, include them here along with any citations of past research.

Inspiration

Your data will be in front of the world's largest data science community. What questions do you want to see answered?

Tables

Winequality Red

@kaggle.maitree_wine_quality_selection.winequality_red
  • 33.41 KB
  • 1599 rows
  • 12 columns
Loading...

CREATE TABLE winequality_red (
  "fixed_acidity" DOUBLE,
  "volatile_acidity" DOUBLE,
  "citric_acid" DOUBLE,
  "residual_sugar" DOUBLE,
  "chlorides" DOUBLE,
  "free_sulfur_dioxide" DOUBLE,
  "total_sulfur_dioxide" DOUBLE,
  "density" DOUBLE,
  "ph" DOUBLE,
  "sulphates" DOUBLE,
  "alcohol" DOUBLE,
  "quality" BIGINT
);

Winequality White

@kaggle.maitree_wine_quality_selection.winequality_white
  • 74.81 KB
  • 4898 rows
  • 12 columns
Loading...

CREATE TABLE winequality_white (
  "fixed_acidity" DOUBLE,
  "volatile_acidity" DOUBLE,
  "citric_acid" DOUBLE,
  "residual_sugar" DOUBLE,
  "chlorides" DOUBLE,
  "free_sulfur_dioxide" DOUBLE,
  "total_sulfur_dioxide" DOUBLE,
  "density" DOUBLE,
  "ph" DOUBLE,
  "sulphates" DOUBLE,
  "alcohol" DOUBLE,
  "quality" BIGINT
);

Share link

Anyone who has the link will be able to view this.