Loading the Data

I began by importing the foundational libraries: NumPy and pandas for numerical and data manipulation tasks. Next, I loaded the training and test datasets provided by Kaggle. To get a feel for the data, ...