2021-05-05 10:13:49 -07:00
|
|
|
---
|
|
|
|
id: 5e9a093a74c4063ca6f7c14d
|
2021-07-16 11:03:16 +05:30
|
|
|
title: 數據分析 案例 A
|
2021-05-05 10:13:49 -07:00
|
|
|
challengeType: 11
|
|
|
|
videoId: nVAaxZ34khk
|
2021-10-03 12:24:27 -07:00
|
|
|
bilibiliIds:
|
|
|
|
aid: 590571151
|
|
|
|
bvid: BV1sq4y1f7gr
|
|
|
|
cid: 409002372
|
2021-05-05 10:13:49 -07:00
|
|
|
dashedName: data-analysis-example-a
|
|
|
|
---
|
|
|
|
|
|
|
|
# --description--
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
*在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。*
|
2021-05-05 10:13:49 -07:00
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
更多資料:
|
2021-05-05 10:13:49 -07:00
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
- [在 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)
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
數據框架的形狀表示了什麼意義?從中我們又能夠了解到什麼?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
我們加載到內存中的數據幀大小爲千兆字節。
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
我們的數據框架有多少行和多少列?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
在加載數據前,源數據中有多少行?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
在加載數據前,源數據中有多少列?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
2
|
|
|
|
|