I am used to work with manageable number of features. I usually print some descriptive statistics and visualise the histograms of each feature using Python and Pandas or R. I check for outliers and if the data points follow normal distribution or need a transformation.
Now I am dealing with around 200 features and it is not feasible to check each feature manually
Is there any method to auto-check for power-law distribution or to spot outliers in the data?