EDA for large dataset

Hi,

I need to do EDA for a large dataset. 5822 obs. of 86 variables. I need to do both Uni and Bi variate analysis.

Dataset has 1 dependent and 85 independent variables. Hence bi-variate can be done considering these.

But even this approach, I am looking at 85 + 85 different EDA options.

Any suggestions on how to do uni-variate and Bi-variate analysis.

# dataset:
library(ISLR)
my_data = ISLR::Caravan

See this

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.