Getting unique information from .CSV, group and average
Ältere Kommentare anzeigen
Hi all,
I have this .CSV file (attached) where I need to group and compute the average value from the information from the first column. Precisely, I need to group all 08T into one group, 07T into one group etc (05T, 04T) and compute the average from third column.
Any help in this regard is highly appreciated.
Antworten (2)
Image Analyst
am 22 Feb. 2021
1 Stimme
I didn't look at the data, but you might want to look at splitapply() and findgroups().
1 Kommentar
Ganesh Naik
am 24 Feb. 2021
Jemima Pulipati
am 20 Feb. 2021
0 Stimmen
Hello,
From my understanding, you want to extract only some row and column values from a .csv file and perform some manipulations on the retrieved data.
Te following answers from the community might help you in understanding how to extract and work on data basing on specific conditions from a .csv file.
1 Kommentar
Ganesh Naik
am 22 Feb. 2021
Bearbeitet: Ganesh Naik
am 22 Feb. 2021
Kategorien
Mehr zu Data Type Conversion finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!