Files

998 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e9a093a74c4063ca6f7c14e 数据分析 案例 B 11 0kJz0q0pvgQ
aid bvid cid
505593432 BV1kg411c7M6 409003530
data-analysis-example-b

--description--

在视频中我们使用的编辑器工具是在 notebook.ai 这个平台,你也可以选择用其他的平台,比如说 Google Colab 也是一个不错的选择。

更多资源:

--question--

--text--

loc 方法允许您做什么?

--answers--

通过提供整数位置参数来获取一个行和列的子集。


通过提供标签参数来访问一组行和列。


根据提供的整数参数返回前 n 行。

--video-solution--

2