Last active
May 14, 2019 07:45
-
-
Save NataliiaRastoropova/90a179f68385d8fde66f7077aebfedae to your computer and use it in GitHub Desktop.
Top 10 records from dataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixed acidity volatile acidity citric acid residual sugar chlorides free sulfur dioxide total sulfur dioxide density pH sulphates alcohol quality | |
0 7.4 0.70 0.00 1.9 0.076 11.0 34.0 0.9978 3.51 0.56 9.4 5 | |
1 7.8 0.88 0.00 2.6 0.098 25.0 67.0 0.9968 3.20 0.68 9.8 5 | |
2 7.8 0.76 0.04 2.3 0.092 15.0 54.0 0.9970 3.26 0.65 9.8 5 | |
................... | |
7 7.3 0.65 0.00 1.2 0.065 15.0 21.0 0.9946 3.39 0.47 10.0 7 | |
8 7.8 0.58 0.02 2.0 0.073 9.0 18.0 0.9968 3.36 0.57 9.5 7 | |
9 7.5 0.50 0.36 6.1 0.071 17.0 102.0 0.9978 3.35 0.80 10.5 5 | |
(1599, 12) | |
RangeIndex: 1599 entries, 0 to 1598 | |
Data columns (total 12 columns): | |
fixed acidity 1599 non-null float64 | |
volatile acidity 1599 non-null float64 | |
citric acid 1599 non-null float64 | |
......... | |
sulphates 1599 non-null float64 | |
alcohol 1599 non-null float64 | |
quality 1599 non-null int64 | |
dtypes: float64(11), int64(1) | |
memory usage: 150.0 KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment