Python Forum
Calculate the mean of an array across dimension with lists of different length
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calculate the mean of an array across dimension with lists of different length
#3
for list in array:
Not a good idea to use object names for variables,
You should use a different variable name, like sublist or such.
Reply


Messages In This Thread
RE: Calculate the mean of an array across dimension with lists of different length - by Larz60+ - Aug-01-2017, 02:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Turn list of arrays into an array of lists Cola_Reb 6 1,754 Jul-20-2022, 06:55 PM
Last Post: Cola_Reb
  Array lists vs Linked Lists sabe 2 1,788 Nov-28-2020, 12:31 AM
Last Post: perfringo
  Apply rolling window function over time dimension of 3D data Staph 0 2,213 Jan-01-2020, 08:31 AM
Last Post: Staph
  Are lists Python's name for "variable array" Luke_Drillbrain 6 4,999 Apr-21-2017, 09:14 AM
Last Post: volcano63
  1 dimension Matrix Right Division theo_taison1 1 4,011 Jan-25-2017, 04:51 PM
Last Post: stranac

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020