Skip to content

Commit f818e65

Browse files
authored
Update README.md
1 parent 5ae2b27 commit f818e65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the study of objects within our solar system, there have been many attempts t
1414
This project analyzes a dataset with 839,714 observations and 31 features. The analysis includes data cleaning, encoding, and visualization to understand correlations and distributions.
1515

1616
### Data Description
17-
Our data consists of:
17+
1. Our data consists of:
1818
<table>
1919
<tr>
2020
<th>Feature Name</th>
@@ -146,8 +146,11 @@ Our data consists of:
146146
</tr>
147147
</table>
148148

149+
2. Correlations between features
150+
151+
3. We used data.describe() to look at the distribution for the features that we interested:
152+
![image](https://github.com/user-attachments/assets/c1506d16-6e57-4fab-a8a0-98b7d3b5ddfa)
149153

150-
We used data.describe() to get a distribution:
151154

152155
### Data Preprocess
153156
1. Remove String Columns: we dropped the columns name, spec_B, spec_T, and class as they contain string values that are not suitable for numerical analysis

0 commit comments

Comments
 (0)