Posts by Igor Ribeiro • 13 points
1 post
-
1
votes1
answer36
viewsQ: Numpy copy method does not create a deep copy?
I’m taking a look at Numpy’s arrays and saw that method copy should make a deep copy array. When I create an array of strings or numerical values this seems to be true. However, when I create an…