Getting unique information from .CSV, group and average
이전 댓글 표시
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.
답변 (2개)
Image Analyst
2021년 2월 22일
1 개 추천
I didn't look at the data, but you might want to look at splitapply() and findgroups().
Jemima Pulipati
2021년 2월 20일
0 개 추천
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
Ganesh Naik
2021년 2월 22일
편집: Ganesh Naik
2021년 2월 22일
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!