How can I get the statistics of all columns including those with a nested structure of numerical values in a dataframe, list or array?
问题 What is the best method to get the simple descriptive statistics of any column in a dataframe (or list or array), be it nested or not , a sort of advanced df.describe() that also includes nested structures with numerical values. In my case, I have a dataframe with many columns. Some columns have a numerical list in each row (in my case a time series), which is nested structure. It is not important that it is a dataframe, other structures are also included in the question, as changing between