Kaggle | ASHRAE The first step(EDA with Python)
ASHRAE - The first step: EDA with Python In this competition we will develop models to predict the energy usage in each building. The dataset contains 1450+ buildings information. Different buildings may have different types of meters. Before we start to build a model, we should have some intuition about the data first. So using visualization tools such as Seaborn we can be more familiar with the data we can get. If you find this notebook interesting or useful, please do not hesitate to vote for me! 1 Start from Here 1.1 Loading Data import pandas as pd import numpy as np import matplotlib .