How to concatenate two parts of an array to make a new array

时间:2016-02-12 22:07:59

标签: python numpy scikit-learn

Here I need to get a 2D array

.container:hover > div.info > .sigma

I need to get a 2D array of 6 rows by 4 columns.

2 个答案:

答案 0 :(得分:2)

update ul
set university_id = u.id
from 
  university u inner join university_list ul on ul.name = u.university_name 

Or

np.concatenate((x[0:3,:], y[0:3,:]), axis=0)

答案 1 :(得分:1)

最简洁的解决方案可能是

DataBodyRange.ClearContents

(最简洁的解决方案不一定是最易读的解决方案。)

相关问题