1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to NumPy

Connected

练习

Adding columns

You finished the last set of exercises by creating an array called trunk_stump_diameters, which combined data from the trunk diameter and stump diameter columns into a 1D array. Now, you'll add that 1D array as a column to the tree_census array.

numpy is loaded as np, and both the tree_census and trunk_stump_diameters arrays are available.

说明 1 / 共 3 个

undefined XP
    1
    2
    3
  • Print the shapes of both tree_census and trunk_stump_diameters.