Files
freeCodeCamp/curriculum/challenges/chinese/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