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--
動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。
その他のリソース:
--question--
--text--
Matplotlib のグローバル API を使用している場合、次の数字の順序は何を意味しますか?
plt.subplot(1, 2, 1)
--answers--
図には 1 列、2 行があり、最初の (左の) プロットで図を描き始める。
最初の (左の) プロットで図を描き始め、図は 2 行、1 列となる。
図には 1 行、2 列があり、最初の (左の) プロットで図を描き始める。
--video-solution--
3