Files
freeCodeCamp/curriculum/challenges/chinese-traditional/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md

851 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c14e 數據分析 案例 B 11 0kJz0q0pvgQ data-analysis-example-b

--description--

您可以使用 Google Colab而不是像視頻中顯示的那樣使用 notebooks.ai。

更多資源:

--question--

--text--

loc 方法允許您做什麼?

--answers--

通過提供整數位置參數來獲取一個行和列的子集。


通過提供標籤參數來訪問一組行和列。


根據提供的整數參數返回前 n 行。

--video-solution--

2