Answer the question
In order to leave comments, you need to log in
How to create a certain number of empty arrays without their numeric numbering?
Let's say I have a list with names: names = [a, b, c, d, ..., z].
I want to create z empty arrays:
a = np.empty(0)
b = np.empty(0)
...
z = np.empty(0)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question