摘要: Convert from list Apply np.array() method to convert a list to a numpy array: Apply np.array() method to convert a list to a numpy array: Apply np.arr 阅读全文
posted @ 2019-01-05 11:26 Sherrrry 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1-D Array Indexing Use bracket notation [ ] to get the value at a specific index. Remember that indexing starts at 0. Output: array([ 0, 1, 2, 3, 4, 5 阅读全文
posted @ 2019-01-05 03:23 Sherrrry 阅读(263) 评论(0) 推荐(0) 编辑