how could avoid too have loop in big data

1 visualización (últimos 30 días)
Nooshin Mahmoodi
Nooshin Mahmoodi el 21 de Oct. de 2018
Comentada: jonas el 23 de Oct. de 2018
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?

Respuesta aceptada

jonas
jonas el 21 de Oct. de 2018
Editada: jonas el 21 de Oct. de 2018
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 comentarios
Nooshin Mahmoodi
Nooshin Mahmoodi el 22 de Oct. de 2018
thank a lot for your answer and time
jonas
jonas el 23 de Oct. de 2018
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by