1.2 KiB
1.2 KiB
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5e9a093a74c4063ca6f7c160 | 數據清理和可視化 | 11 | mHjxzFS5_Z0 |
|
data-cleaning-and-visualizations |
--description--
在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。
更多資源:
--question--
--text--
當使用 Matplotlib 的全局 API 時,數字的順序在這裏意味着什麼?
plt.subplot(1, 2, 1)
--answers--
這裏將創建一個圖像包括一列、兩行,並且我將開始在第一個圖(左)繪圖。
我將開始在第一個圖表(左)繪圖,同時我的圖像將有兩行,也將有一列。
這裏將創建一個圖像包括一行、兩列,並且我將開始在第一個圖表(左)繪圖。
--video-solution--
3