Files
freeCodeCamp/curriculum/challenges/japanese/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md
2022-06-27 19:25:35 +05:30

48 lines
1.2 KiB
Markdown

---
id: 5e9a093a74c4063ca6f7c14d
title: データ分析の例 A
challengeType: 11
videoId: nVAaxZ34khk
bilibiliIds:
aid: 590571151
bvid: BV1sq4y1f7gr
cid: 409002372
dashedName: data-analysis-example-a
---
# --description--
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
その他のリソース:
- <a href="https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example" target="_blank" rel="noopener noreferrer nofollow">GitHub のノート</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Google Colab を使用して GitHub からノートを開く方法</a>
# --question--
## --text--
データフレームの形状からわかることは何ですか?
## --answers--
メモリに読み込んだデータフレームのギガバイト単位のサイズ。
---
データフレームの行と列の数。
---
読み込み前のソースデータの行数。
---
読み込み前のソースデータの列数。
## --video-solution--
2