Second competition following Yuhan Lee's kaggle curriculum. Binary classification competition using tabular data.First KernelData preparation and exploration kernel.Insights / Summary:1.info method (e.g. train.info()) provides data type, null value existence, number of rows of each variable of the dataframe.2. Storing metadata for each variable might help data management.Code example:data = []fo..