Getting unique information from .CSV, group and average

조회 수: 7 (최근 30일)
Ganesh Naik
Ganesh Naik 2021년 2월 17일
댓글: Ganesh Naik 2021년 2월 24일
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
Image Analyst 2021년 2월 22일
I didn't look at the data, but you might want to look at splitapply() and findgroups().
  댓글 수: 1
Ganesh Naik
Ganesh Naik 2021년 2월 24일
Hi Image Analyst thanks. I will look into the mentioned functions. Also, i have realised that time format is different from dd-mm-yyyy and I need to either read them in the standard format or converting it into unique date-time format.
Is there a way I can combine the consecutive time for the same day (which are spread in different columns) and just bring it as, start and end time for the same day. I can then group or bring all the events in third column into one row as well.
Thanks

댓글을 달려면 로그인하십시오.


Jemima Pulipati
Jemima Pulipati 2021년 2월 20일
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.
The contains() function can be used to check if a specific pattern is present in the given string.
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
Ganesh Naik 2021년 2월 22일
편집: Ganesh Naik 2021년 2월 22일
Hi Jemima thanks for the info. I will go through them.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by