--- 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 を使用することができます。* その他のリソース: - [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-- データフレームの形状からわかることは何ですか? ## --answers-- メモリに読み込んだデータフレームのギガバイト単位のサイズ。 --- データフレームの行と列の数。 --- 読み込み前のソースデータの行数。 --- 読み込み前のソースデータの列数。 ## --video-solution-- 2