how could avoid too have loop in big data

1 vue (au cours des 30 derniers jours)
Nooshin Mahmoodi
Nooshin Mahmoodi le 21 Oct 2018
Commenté : jonas le 23 Oct 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?

Réponse acceptée

jonas
jonas le 21 Oct 2018
Modifié(e) : jonas le 21 Oct 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 commentaires
Nooshin Mahmoodi
Nooshin Mahmoodi le 22 Oct 2018
thank a lot for your answer and time
jonas
jonas le 23 Oct 2018
My pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Dates and Time dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by