대회 : https://www.kaggle.com/competitions/house-prices-advanced-regression-techniques 코드 : https://www.kaggle.com/code/pmarcelino/comprehensive-data-exploration-with-python 목차 1. Import Library & Data 2. Analysing 'SalePrice' 3. SalePrice's relationship 3.1 Relationship with numeric variables 3.2 Relationship with categorical variables 4. SalePrice's Correlation 4.1 Correlation matrix (heatmap st..