UBC-MDS / DSCI-522_City_of_A-Stars_310

MIT License
0 stars 3 forks source link

EDA extensions #17

Open ksedivyhaley opened 4 years ago

ksedivyhaley commented 4 years ago

At minimum, check for missing values and outliers. I would also highly recommend checking for correlation of relationship status with other variables in the dataset that might act as confounding variables.

ksedivyhaley commented 4 years ago

Consider also using describe() for a quick look at key numbers (instead of your current print statements)