multidimensional-list tag

2 questions


3 answers
93 views
0
Python Double List

It doesn't work on the sauce I made at all, and it doesn't come out even if I'm brain-rolling all day today.import randomtable1=[[0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], ...


1 answers
79 views
0
Python multilayer list data processing question.

I want to make a list of sizes (900, 156, 2) by repeating the process of averaging 2496 data with axis=1 in a three-dimensional list of sizes (900, 2496,2) in 16 window sizes and returning it as a sin...


© 2024 OneMinuteCode. All rights reserved.