Given a tabular dataset of shape ~(thousands of rows) × (tens of columns), implement a neural network (using PyTorch or a similar framework) to predict 2 target labels from the table. The candidate must: (1) analyze the dataset collaboratively with the interviewer — discussing which rows are null, how to…