Dear all:
1.) how to initilize numpy array? I need something similar to:
data = []
2.) how to add elements to nested lists?
I have list a:
a= [[1 2][1 2 3 3]]
how to append something to a[0]
THANKS SO MUCH.
1.) how to initilize numpy array? I need something similar to:
data = []
2.) how to add elements to nested lists?
I have list a:
a= [[1 2][1 2 3 3]]
how to append something to a[0]
THANKS SO MUCH.
Comment