how could avoid too have loop in big data

1 次查看(过去 30 天)
I have a big data set(near to 13G). it is a table with information about different agencies at a different time(every day of 10 years). I use unique() to make groups for months and years and agencies. (is it true?) I need to calculate the mean of each agency at all month and years.how could I save time?

采纳的回答

jonas
jonas 2018-10-21
编辑:jonas 2018-10-21
You can use findgroups/splitapply or put the data in a table and use varfun or grpstats.
Upload some data if you need code.
  8 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by