table stats - summary(TT) - like pythons pandas .describe()
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Michael Feichtinger
am 1 Apr. 2022
Verschoben: Steven Lord
am 10 Aug. 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 Kommentare
Akzeptierte Antwort
Stephen23
am 10 Aug. 2023
Verschoben: Steven Lord
am 10 Aug. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!