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