Checking for Samples and Target Sizes
tags: #python/data_science/eda
- Confirm number of samples and features (per sample) via data array's shape
df.shape
- Confirm that the number of target values MATCHES the number of samples via target array's shape
df['DV'].shape