44 lines
1.0 KiB
Markdown
44 lines
1.0 KiB
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c14e
|
|
title: データ分析の例 B
|
|
challengeType: 11
|
|
videoId: 0kJz0q0pvgQ
|
|
bilibiliIds:
|
|
aid: 505593432
|
|
bvid: BV1kg411c7M6
|
|
cid: 409003530
|
|
dashedName: data-analysis-example-b
|
|
---
|
|
|
|
# --description--
|
|
|
|
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
|
|
|
|
その他のリソース:
|
|
|
|
- [GitHub のノート](https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example)
|
|
- [Google Colab を使用して GitHub からノートを開く方法](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
`loc` メソッドでできることは何ですか?
|
|
|
|
## --answers--
|
|
|
|
整数の位置を示す引数を指定して行と列のサブセットを取得する。
|
|
|
|
---
|
|
|
|
ラベルの引数を指定して行と列のグループにアクセスする。
|
|
|
|
---
|
|
|
|
与えられた整数引数に基づいて、最初の `n` 行を返す。
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|