--- id: 5e9a093a74c4063ca6f7c14d title: 數據分析 案例 A challengeType: 11 videoId: nVAaxZ34khk bilibiliIds: aid: 590571151 bvid: BV1sq4y1f7gr cid: 409002372 dashedName: data-analysis-example-a --- # --description-- *在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。* 更多資料: - [在 GitHub 平臺的 Notebooks](https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example) - [如何使用 Google Colab 來打開 GitHub 上的 Notebooks](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb) # --question-- ## --text-- 數據框架的形狀表示了什麼意義?從中我們又能夠了解到什麼? ## --answers-- 我們加載到內存中的數據幀大小爲千兆字節。 --- 我們的數據框架有多少行和多少列? --- 在加載數據前,源數據中有多少行? --- 在加載數據前,源數據中有多少列? ## --video-solution-- 2