'Plotting the relationship between all numerical variables

My task is to plot the relationship between all numerical variables. The most obvious decision is

sns.pairplot(titset, diag_kind = 'kde', size=4)

But i get a hude and unreadable result - RESULT

which is loading for 40 seconds

Are there any methods to do it properly? Or i just misunderstood the task

Also i left my dataframe

MY DATAFRAME



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source