table stats - summary(TT) - like pythons pandas .describe()
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Michael Feichtinger
le 1 Avr 2022
Déplacé(e) : Steven Lord
le 10 Août 2023
Hi there,
is there any option to handle/store the output of
summary(TT)
in a table simarly as python pandas
dataframe.describe()
thx for any help!
M.
0 commentaires
Réponse acceptée
Stephen23
le 10 Août 2023
Déplacé(e) : Steven Lord
le 10 Août 2023
Because SUMMARY provides different output values depending on the input data type, in general you would end up with a large table with missing elements (this is exactly what PANDAS.DATAFRAME.DESCRIBE does with the include='all' option). One approach: loop over the structures returned by SUMMARY, convert each one to table, and then use one of the JOIN family to join those tables together.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!